Skip to content

Commit

Permalink
add extra wait
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 9, 2020
1 parent 1a93c9e commit 4b0a5a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ describe('DetailView (from upload)', () => {
.url()
.should('contain', fileName1)

cy.wait(300)

cy.get('.nextprev.nextprev--prev').first().click()
.url()
.should('contain', fileName2)
Expand Down

0 comments on commit 4b0a5a2

Please sign in to comment.