From 76e65971b70adc75391caa15397c7e423ccbead0 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour Date: Wed, 14 Aug 2024 12:58:20 +0200 Subject: [PATCH] fix: e2e test --- cypress/e2e/19-execution.cy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/e2e/19-execution.cy.ts b/cypress/e2e/19-execution.cy.ts index 804e81d4e605b..1f7d5c332eb50 100644 --- a/cypress/e2e/19-execution.cy.ts +++ b/cypress/e2e/19-execution.cy.ts @@ -275,7 +275,6 @@ describe('Execution', () => { .within(() => cy.get('.fa-check').should('not.exist')); successToast().should('be.visible'); - clearNotifications(); // Clear execution data workflowPage.getters.clearExecutionDataButton().should('be.visible');