mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-26 03:52:23 -08:00
ci: Fix occasional failure of 19-execution.cy.ts (no-changelog) (#6887)
This commit is contained in:
parent
990068ff07
commit
223284e227
|
@ -104,7 +104,7 @@ describe('Execution', () => {
|
|||
.canvasNodeByName('Set')
|
||||
.within(() => cy.get('.fa-check').should('not.exist'));
|
||||
|
||||
cy.wait(1000);
|
||||
workflowPage.getters.stopExecutionButton().should('exist');
|
||||
workflowPage.getters.stopExecutionButton().click();
|
||||
|
||||
// Check canvas nodes after workflow stopped
|
||||
|
|
Loading…
Reference in a new issue