Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Aug 14, 2024
1 parent f785950 commit 76e6597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/19-execution.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 76e6597

Please sign in to comment.