test: refs #8626 addTestCases #1422
|
@ -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