test: refs #8626 addTestCases #1422

Merged
jtubau merged 40 commits from 8626-addTestCasesInRouteListTest into dev 2025-03-17 11:43:39 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 4a8bc0c478 - Show all commits

View File

@ -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');
});