Skip to content

Commit c684185

Browse files
author
Arman
committed
geophystech#137 ExportDropDown.
1 parent bd26177 commit c684185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/specs/ExportDropDown.spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ describe('ExportDropDown.vue', () => {
5252

5353
flushPromises().then(() => {
5454
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)
5557
wrapper.trigger('hide')
5658
})
5759

0 commit comments

Comments
 (0)