mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix ci
This commit is contained in:
parent
dfb3b4136b
commit
161f0800d3
@ -20,10 +20,10 @@ describe('notification', () => {
|
||||
});
|
||||
expect(document.querySelectorAll('.ant-notification-notice').length).toBe(2);
|
||||
notification.close('1');
|
||||
await delay(100);
|
||||
await delay(300);
|
||||
expect(document.querySelectorAll('.ant-notification-notice').length).toBe(1);
|
||||
notification.close('2');
|
||||
await delay(100);
|
||||
await delay(300);
|
||||
expect(document.querySelectorAll('.ant-notification-notice').length).toBe(0);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user