[CST-5418] Check success notification is not present on depositing when there are errors

This commit is contained in:
Giuseppe Digilio
2022-04-21 11:31:07 +02:00
parent 0506c5596a
commit fa1b7d11ad

View File

@@ -42,6 +42,7 @@ describe('New Submission page', () => {
cy.get('button#deposit').click(); cy.get('button#deposit').click();
// A warning alert should display. // A warning alert should display.
cy.get('ds-notification div.alert-success').should('not.exist');
cy.get('ds-notification div.alert-warning').should('be.visible'); cy.get('ds-notification div.alert-warning').should('be.visible');
// First section should have an exclamation error in the header // First section should have an exclamation error in the header