mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
[bugfix] Collapse: flick in safari (#3686)
This commit is contained in:
@@ -127,8 +127,6 @@ test('lazy render collapse content', async () => {
|
||||
const titles = wrapper.findAll('.van-collapse-item__title');
|
||||
|
||||
titles.at(1).trigger('click');
|
||||
await later(50);
|
||||
|
||||
wrapper.vm.content = 'content';
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user