Skip to content

Commit

Permalink
update wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Aug 14, 2024
1 parent 9b50ff2 commit 001b2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/screenshot.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe(`Visiting ${SCREENSHOT_URL}`, () => {
}

cy.visit(SCREENSHOT_URL)
cy.wait(5000)
cy.wait(10000)
cy.get('body').type('{esc}')
cy.wait(1000)
cy.get('body').type('{esc}')
Expand Down

0 comments on commit 001b2f4

Please sign in to comment.