Browse Source

test: recover test case expect

pull/26810/head
afc163 4 years ago
parent
commit
935773a0d0
  1. 2
      components/typography/__tests__/index.test.js

2
components/typography/__tests__/index.test.js

@ -191,9 +191,9 @@ describe('Typography', () => {
{fullStr}
</Base>,
);
await sleep(20);
wrapper.update();
expect(wrapper.find('.ant-typography-expand').text()).toEqual('more');
});
it('can use css ellipsis', () => {

Loading…
Cancel
Save