Skip to content
Snippets Groups Projects
Commit 33bd53af authored by Xiao Gui's avatar Xiao Gui
Browse files

fix screenshot

parent 892108e6
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ describe(`Visiting ${SCREENSHOT_URL}`, () => {
cy.visit(SCREENSHOT_URL)
cy.wait(5000)
cy.type('{esc}')
cy.get('atlas-viewer').type('{esc}')
cy.wait(1000)
cy.type('{esc}')
cy.get('atlas-viewer').type('{esc}')
if (!SCREENSHOT_PATH) {
console.error(`SCREENSHOT_PATH not defined. Exiting`)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment