test: recover test case expect

This commit is contained in:
afc163 2020-09-18 11:51:21 +08:00 committed by zombiej
parent a8f9572944
commit a48e2a474f

View File

@ -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', () => {