diff --git a/cypress.config.js b/cypress.config.js index 55eefb97e..90d950450 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -64,5 +64,6 @@ export default defineConfig({ ...timeouts, includeShadowDom: true, waitForAnimations: true, + testIsolation: false, }, }); diff --git a/src/components/CrudModel.vue b/src/components/CrudModel.vue index f4701bcb9..21ad0e41a 100644 --- a/src/components/CrudModel.vue +++ b/src/components/CrudModel.vue @@ -1,6 +1,6 @@