test: refs #8717 update invoice creation test to ensure save button visibility
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
09bbb89376
commit
34c18d2baa
|
@ -53,7 +53,7 @@ describe('RouteAutonomous', () => {
|
|||
cy.get('.q-file').selectFile('test/cypress/fixtures/image.jpg', {
|
||||
force: true,
|
||||
});
|
||||
cy.dataCy(selectors.saveFormBtn).click();
|
||||
cy.dataCy(selectors.saveFormBtn).should('be.visible').click();
|
||||
cy.checkNotification(dataSaved);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue