Skip to content

Commit

Permalink
refactor(download.spec.js): remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 11, 2022
1 parent af50f09 commit 19c3a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/specs/download.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('Download route', () => {
expect(wrapper.findComponent(Download).exists()).toBe(true)

await wrapper.find('.open-download-btn').trigger('click')
//await new Promise(resolve => setTimeout(resolve, 2000))
let downloadModal = document.querySelector('.download-modal')
expect(downloadModal).toBeTruthy()
await wrapper.findAll('.download-format').trigger('click')
Expand Down

0 comments on commit 19c3a03

Please sign in to comment.