fix(NoticeBar): failed to replay

This commit is contained in:
chenjiahan
2020-06-19 20:20:22 +08:00
parent 5b2f13311c
commit e8bd24265d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ test('replay event', async () => {
});
wrapper.find('.van-notice-bar__content').trigger('transitionend');
await later(50);
await later(150);
expect(wrapper.emitted('replay')).toBeTruthy();
});