test: Fixing sider issues
This commit is contained in:
parent
e1138eaf92
commit
b79f9918b4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import './commands';
|
|||
import '@cypress/code-coverage/support';
|
||||
|
||||
Cypress.on('uncaught:exception', (err, runnable) => {
|
||||
return false
|
||||
return false;
|
||||
});
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue