test: refs #8717 add integration test for agencyModes #1545
|
@ -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