diff --git a/Jenkinsfile b/Jenkinsfile index dc5acc84e..63577dad5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -122,7 +122,7 @@ pipeline { sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY' sh "docker-compose ${env.COMPOSE_PARAMS} up -d" - image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") { + image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") { sh 'sh test/cypress/cypressParallel.sh 2' } } diff --git a/src/components/common/SendEmailDialog.vue b/src/components/common/SendEmailDialog.vue index d73133921..254eb9cf9 100644 --- a/src/components/common/SendEmailDialog.vue +++ b/src/components/common/SendEmailDialog.vue @@ -56,7 +56,12 @@ async function confirm() { {{ t('The notification will be sent to the following address') }} - + diff --git a/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue b/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue index dfaf6c109..9b5215986 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue @@ -70,6 +70,7 @@ function ticketFilter(invoice) { icon="vn:client" color="primary" :to="{ name: 'CustomerCard', params: { id: entity.client.id } }" + data-cy="invoiceOutDescriptorCustomerCard" > {{ t('invoiceOut.card.customerCard') }} @@ -81,6 +82,7 @@ function ticketFilter(invoice) { name: 'TicketList', query: { table: ticketFilter(entity) }, }" + data-cy="invoiceOutDescriptorTicketList" > {{ t('invoiceOut.card.ticketList') }} diff --git a/src/pages/Zone/Card/ZoneBasicData.vue b/src/pages/Zone/Card/ZoneBasicData.vue index 2f771642e..9107a2c28 100644 --- a/src/pages/Zone/Card/ZoneBasicData.vue +++ b/src/pages/Zone/Card/ZoneBasicData.vue @@ -29,10 +29,10 @@ const setFilteredAddresses = (data) => {