diff --git a/cypress.config.js b/cypress.config.js index a9e27fcfd..07b9451e6 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -5,6 +5,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { + defaultBrowser: 'chromium', baseUrl: 'http://localhost:9000/', experimentalStudio: true, fixturesFolder: 'test/cypress/fixtures', diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index 8ed1fa0fa..8280a6a88 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -200,22 +200,22 @@ const toModule = computed(() => - + #{{ getValueFromPath(subtitle) ?? entity.id }} - - - {{ t('globals.copyId') }} - - + + + {{ t('globals.copyId') }} + +
diff --git a/src/pages/Ticket/Card/TicketSale.vue b/src/pages/Ticket/Card/TicketSale.vue index 456a151a3..2efa2083c 100644 --- a/src/pages/Ticket/Card/TicketSale.vue +++ b/src/pages/Ticket/Card/TicketSale.vue @@ -681,6 +681,7 @@ watch( :disabled-attr="isTicketEditable" >