Skip to content

Commit

Permalink
test(cypress): do not look for session stopping button
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Apr 2, 2024
1 parent ff33afd commit c2e7dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress-tests/cypress/support/commands/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c2e7dba

Please sign in to comment.