mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
ci: Fix occasional failure of 19-execution.cy.ts (no-changelog) (#6887)
This commit is contained in:
committed by
GitHub
parent
990068ff07
commit
223284e227
@@ -104,7 +104,7 @@ describe('Execution', () => {
|
|||||||
.canvasNodeByName('Set')
|
.canvasNodeByName('Set')
|
||||||
.within(() => cy.get('.fa-check').should('not.exist'));
|
.within(() => cy.get('.fa-check').should('not.exist'));
|
||||||
|
|
||||||
cy.wait(1000);
|
workflowPage.getters.stopExecutionButton().should('exist');
|
||||||
workflowPage.getters.stopExecutionButton().click();
|
workflowPage.getters.stopExecutionButton().click();
|
||||||
|
|
||||||
// Check canvas nodes after workflow stopped
|
// Check canvas nodes after workflow stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user