Skip to content

Commit 4204ff0

Browse files
committed
test: update typography test
1 parent b9ff4ea commit 4204ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/typography/__tests__/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('Typography', () => {
7575
expect(onEllipsis).toHaveBeenCalledWith(true);
7676
onEllipsis.mockReset();
7777
wrapper.setProps({ ellipsis: { rows: 2, onEllipsis } });
78-
await sleep(100);
78+
await sleep(300);
7979
expect(wrapper.text()).toEqual('Bamboo is Little Light Bamboo is Litt...');
8080
expect(onEllipsis).not.toHaveBeenCalled();
8181

0 commit comments

Comments
 (0)