Skip to content

Commit

Permalink
fix starting session
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed May 16, 2024
1 parent 8e1b9c1 commit b1231d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress-tests/cypress/e2e/useSession.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,11 @@ describe("Basic public project functionality", () => {
.clear()
.type("/secrets");
cy.getDataCy("session-secrets-toggle").contains(secretName);
cy.waitForImageToBuild();
cy.get(".renku-container button.btn-secondary", { timeout: TIMEOUTS.long })
.contains("Start Session")
.should("exist")
.should("be.visible")
.should("be.enabled")
.click();

// Run a simple workflow in the iframe
Expand Down

0 comments on commit b1231d2

Please sign in to comment.