This commit is contained in:
Peter Clement 2021-10-11 11:33:54 +01:00
parent 95ca7ccbb6
commit 47adf12a4a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// *********************************************** // ***********************************************
// //
Cypress.on('uncaught:exception', (err, runnable) => { Cypress.on("uncaught:exception", () => {
return false return false
}) })