Skip to content

Commit

Permalink
cypress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 9, 2020
1 parent 7392131 commit 1a93c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"starsky": {
"local": {
"isEnabled": true,
"url": "/account/login?ReturnUrl=/",
"url": "/account/login?ReturnUrl=%2F%3Ff%3D%2F",
"successUrl" : "/?f=/"
},
"heroku-demo" : {
"isEnabled": true,
"url": "/account/login?ReturnUrl=/",
"url": "/account/login?ReturnUrl=%2F%3Ff%3D%2F",
"successUrl" : "/?f=/"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ describe('DetailView (from upload)', () => {
.url()
.should('contain', fileName1)

cy.wait(300)

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

0 comments on commit 1a93c9e

Please sign in to comment.