From 79a5ba346b69773b4f52da9703d01d7c1223e923 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 19 Feb 2024 09:16:39 +0100 Subject: [PATCH] refs #6394 test: e2e fix --- cypress.config.js | 1 + src/components/ui/VnFilterPanel.vue | 4 +++- test/cypress/integration/invoiceIn/invoiceInList.spec.js | 1 + test/cypress/support/commands.js | 5 +++++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 1934f833e..0e5400c75 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,6 +2,7 @@ const { defineConfig } = require('cypress'); module.exports = defineConfig({ e2e: { + experimentalStudio: true, baseUrl: 'http://localhost:9000/', fixturesFolder: 'test/cypress/fixtures', screenshotsFolder: 'test/cypress/screenshots', diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index 5d35c4162..17706b3bf 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -1,7 +1,8 @@