test: refs #8717 update invoice creation test to ensure save button visibility
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-03-27 15:31:55 +01:00
parent 09bbb89376
commit 34c18d2baa
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ describe('RouteAutonomous', () => {
cy.get('.q-file').selectFile('test/cypress/fixtures/image.jpg', { cy.get('.q-file').selectFile('test/cypress/fixtures/image.jpg', {
force: true, force: true,
}); });
cy.dataCy(selectors.saveFormBtn).click(); cy.dataCy(selectors.saveFormBtn).should('be.visible').click();
cy.checkNotification(dataSaved); cy.checkNotification(dataSaved);
}); });