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

update wait time

parent 9b50ff2f
No related branches found
No related tags found
No related merge requests found
......@@ -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}')
......
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