#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 45d1cc6a5d - Show all commits

View File

@ -8,8 +8,8 @@ describe('InvoiceOut global invoicing', () => {
it('should invoice the client tickets', () => { it('should invoice the client tickets', () => {
cy.get('.q-mb-sm > .q-radio__inner').click(); cy.get('.q-mb-sm > .q-radio__inner').click();
cy.get('[data-cy="InvoiceOutGlobalClientSelect"]').type('1102'); cy.get('[data-cy="InvoiceOutGlobalClientSelect"]').type('1101');
cy.get('.q-menu .q-item').contains('1102').click(); cy.get('.q-menu .q-item').contains('1101').click();
cy.get('[data-cy="InvoiceOutGlobalSerialSelect"]').click(); cy.get('[data-cy="InvoiceOutGlobalSerialSelect"]').click();
cy.get('.q-menu .q-item').contains('global').click(); cy.get('.q-menu .q-item').contains('global').click();
cy.get('[data-cy="InvoiceOutGlobalCompanySelect"]').type('VNL'); cy.get('[data-cy="InvoiceOutGlobalCompanySelect"]').type('VNL');