test: refs #8372 update submit button selector in InvoiceInVat spec #1414

Merged
alexm merged 1 commits from 8372-fixVatTest into dev 2025-02-18 06:23:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe('InvoiceInVat', () => {
cy.get(dialogInputs).eq(0).type(randomInt);
cy.get(dialogInputs).eq(1).type('This is a dummy expense');
cy.get('button[type="submit"]').click();
cy.get('[data-cy="FormModelPopup_save"]').click();
cy.get('.q-notification__message').should('have.text', 'Data created');
});
});