mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
tabs组件支持滑动 (#52)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Dialog from 'packages/dialog';
|
||||
import Vue from 'vue';
|
||||
|
||||
describe('Dialog', () => {
|
||||
afterEach(() => {
|
||||
@@ -51,6 +52,6 @@ describe('Dialog', () => {
|
||||
document.querySelector('.van-dialog__cancel').click();
|
||||
expect(dialogAction).to.equal('cancel');
|
||||
done();
|
||||
}, 50);
|
||||
}, 500);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user