#8219 Added InvoiceOut e2e tests #1001

Merged
jon merged 24 commits from 8219-InvoiceOutE2E into dev 2025-01-08 06:41:33 +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', () => {
jon marked this conversation as resolved
Review

Esto lo haces por evitar usar fillInForm?

Esto lo haces por evitar usar fillInForm?
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');