test: refs #8626 refactor notification check in routeList.spec.js
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
8b9408d0fb
commit
4a8bc0c478
|
@ -26,9 +26,7 @@ describe('Route', () => {
|
|||
|
||||
cy.dataCy('FormModelPopup_save').should('be.visible').click();
|
||||
|
||||
cy.get('.q-notification__message')
|
||||
.should('be.visible')
|
||||
.should('have.text', 'Data created');
|
||||
cy.checkNotification('.q-notification__message', 'Data created');
|
||||
cy.url().should('include', '/summary');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue