mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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')
|
.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
|
||||||
|
|
Loading…
Reference in a new issue