ci: Remove flaky e2e tests from past 30 days (no-changelog) (#10131)

This commit is contained in:
Iván Ovejero
2024-07-22 12:49:28 +02:00
committed by GitHub
parent a036aa43dc
commit b267eb0467
10 changed files with 1 additions and 349 deletions

View File

@@ -128,11 +128,6 @@ describe('Editor actions should work', () => {
createNewWorkflowAndActivate();
});
it('after saving a new workflow', () => {
editWorkflowAndDeactivate();
editWorkflowMoreAndActivate();
});
it('after switching between Editor and Executions', () => {
cy.intercept('GET', '/rest/executions?filter=*').as('getExecutions');