ci: Fix occasional failure of 19-execution.cy.ts (no-changelog) (#6887)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-08-09 11:12:27 +02:00 committed by GitHub
parent 990068ff07
commit 223284e227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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