Upgrade Cypress to 10.2.0 (#8545)

GitOrigin-RevId: 0818a67f57fed3cbde4453dd1c2949d8d20b7ab0
This commit is contained in:
Alf Eaton
2022-06-24 08:04:09 +00:00
committed by Copybot
parent e11b504c5a
commit e0d2b3f29a
4 changed files with 24 additions and 570 deletions
@@ -204,7 +204,7 @@ describe('<PdfPreview/>', function () {
// fire a doc:changed event => compile
win.dispatchEvent(new CustomEvent('doc:changed'))
cy.tick(5000) // AUTO_COMPILE_DEBOUNCE
cy.tick(6000) // > AUTO_COMPILE_DEBOUNCE
cy.clock().invoke('restore')
})