[Improvement] more component use bem mixin (#932)
This commit is contained in:
@@ -87,7 +87,7 @@ describe('Search', () => {
|
||||
|
||||
const eventStub = sinon.stub(wrapper.vm, '$emit');
|
||||
|
||||
const cancelBtn = wrapper.find('.van-search__action-text')[0];
|
||||
const cancelBtn = wrapper.find('.van-search__cancel')[0];
|
||||
cancelBtn.trigger('click');
|
||||
|
||||
wrapper.vm.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user