diff --git a/cypress.config.js b/cypress.config.js index fe4227d79..e9aeb547a 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -12,7 +12,7 @@ module.exports = defineConfig({ supportFile: 'test/cypress/support/index.js', videosFolder: 'test/cypress/videos', video: false, - specPattern: 'test/cypress/integration/invoiceOut/*.spec.js', + specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: true, watchForFileChanges: true, reporter: 'cypress-mochawesome-reporter', diff --git a/src/components/common/VnLocation.vue b/src/components/common/VnLocation.vue index e1c9cb134..f58222187 100644 --- a/src/components/common/VnLocation.vue +++ b/src/components/common/VnLocation.vue @@ -61,7 +61,6 @@ const handleModelValue = (data) => { };