From 45d1cc6a5d9ac69113a08e8de91086a0d11000d3 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 3 Dec 2024 12:54:35 +0100 Subject: [PATCH] fix: refs #8219 global e2e --- test/cypress/integration/invoiceOut/invvoiceOutGlobal.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/invoiceOut/invvoiceOutGlobal.spec.js b/test/cypress/integration/invoiceOut/invvoiceOutGlobal.spec.js index 48c0e5758..6025929db 100644 --- a/test/cypress/integration/invoiceOut/invvoiceOutGlobal.spec.js +++ b/test/cypress/integration/invoiceOut/invvoiceOutGlobal.spec.js @@ -8,8 +8,8 @@ describe('InvoiceOut global invoicing', () => { it('should invoice the client tickets', () => { cy.get('.q-mb-sm > .q-radio__inner').click(); - cy.get('[data-cy="InvoiceOutGlobalClientSelect"]').type('1102'); - cy.get('.q-menu .q-item').contains('1102').click(); + cy.get('[data-cy="InvoiceOutGlobalClientSelect"]').type('1101'); + cy.get('.q-menu .q-item').contains('1101').click(); cy.get('[data-cy="InvoiceOutGlobalSerialSelect"]').click(); cy.get('.q-menu .q-item').contains('global').click(); cy.get('[data-cy="InvoiceOutGlobalCompanySelect"]').type('VNL');