Skip to content

Commit

Permalink
fix screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Aug 14, 2024
1 parent 33bd53a commit 9b50ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/screenshot.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ describe(`Visiting ${SCREENSHOT_URL}`, () => {

cy.visit(SCREENSHOT_URL)
cy.wait(5000)
cy.get('atlas-viewer').type('{esc}')
cy.get('body').type('{esc}')
cy.wait(1000)
cy.get('atlas-viewer').type('{esc}')
cy.get('body').type('{esc}')

if (!SCREENSHOT_PATH) {
console.error(`SCREENSHOT_PATH not defined. Exiting`)
Expand Down

0 comments on commit 9b50ff2

Please sign in to comment.