diff --git a/cypress-tests/cypress/support/commands/sessions.ts b/cypress-tests/cypress/support/commands/sessions.ts index 851b923e1d..f4819396f6 100644 --- a/cypress-tests/cypress/support/commands/sessions.ts +++ b/cypress-tests/cypress/support/commands/sessions.ts @@ -84,7 +84,6 @@ function deleteSession(args?: { fromSessionPage?: boolean }) { } cy.getDataCy("delete-session-modal-button").should("be.visible").click(); - cy.getDataCy("stopping-btn").should("be.visible"); cy.get(".renku-container", { timeout: TIMEOUTS.vlong }) .contains("No currently running sessions") .should("be.visible");