PR-579798: trying to fix Cypress component testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:19:15 -06:00
parent 1ab87ac994
commit 4335ca0ee4
2 changed files with 0 additions and 6 deletions

View File

@ -20,6 +20,5 @@ export default defineConfig({
},
viewportWidth: 1280,
viewportHeight: 720,
fileServerFolder: 'public',
}
});

View File

@ -38,10 +38,5 @@ declare global {
Cypress.Commands.add('mount', mount);
Cypress.on('uncaught:exception', (err, runnable) => {
// returning false here prevents Cypress from failing the test
return false;
});
// Example use:
// cy.mount(<MyComponent />)