Skip to content

Commit

Permalink
chore: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed May 16, 2024
1 parent b1231d2 commit aee6bd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress-tests/cypress/e2e/useSession.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ describe("Basic public project functionality", () => {
cy.get(".renku-container button.btn-secondary", { timeout: TIMEOUTS.long })
.contains("Start Session")
.should("be.visible")
.should("be.enabled")
.click();

// Run a simple workflow in the iframe
Expand Down

0 comments on commit aee6bd6

Please sign in to comment.