mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
test: fix failed snapshot
This commit is contained in:
parent
0811479764
commit
30c364449d
@ -117,7 +117,7 @@ test('should update tabs when previous tab is clicked', async () => {
|
||||
});
|
||||
|
||||
await later();
|
||||
await wrapper.findAll('.van-cascader__option')[1].trigger('click');
|
||||
wrapper.findAll('.van-cascader__option')[1].trigger('click');
|
||||
await later();
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user