mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
bump vant-icon@1.0.2 (#2358)
This commit is contained in:
@@ -195,7 +195,7 @@ test('show search result', async () => {
|
||||
const input = field.element;
|
||||
field.trigger('focus');
|
||||
|
||||
const items = wrapper.findAll('.van-icon-location');
|
||||
const items = wrapper.findAll('.van-icon-location-o');
|
||||
items.at(0).element.parentNode.click();
|
||||
expect(input.value).toEqual('address1 name1');
|
||||
items.at(1).element.parentNode.click();
|
||||
|
Reference in New Issue
Block a user