We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c684185 commit e6628b7Copy full SHA for e6628b7
test/unit/specs/ExportDropDown.spec.js
@@ -54,7 +54,7 @@ describe('ExportDropDown.vue', () => {
54
expect(window.location.href).to.equal(resp.response.data.data.url)
55
expect(wrapper.vm.$refs.dropdown.visible).to.equal(false)
56
expect(wrapper.vm.xlsSpinnerShow).to.equal(false)
57
- wrapper.trigger('hide')
+ wrapper.vm.$refs.dropdown.trigger('hide')
58
})
59
60
0 commit comments