From fa1b7d11ad0df13c99550d99ecf4600da9fdf27e Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Thu, 21 Apr 2022 11:31:07 +0200 Subject: [PATCH] [CST-5418] Check success notification is not present on depositing when there are errors --- cypress/integration/submission.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/submission.spec.ts b/cypress/integration/submission.spec.ts index c877479f44..009c50115b 100644 --- a/cypress/integration/submission.spec.ts +++ b/cypress/integration/submission.spec.ts @@ -42,6 +42,7 @@ describe('New Submission page', () => { cy.get('button#deposit').click(); // 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'); // First section should have an exclamation error in the header