Skip to content

Commit

Permalink
even longer review timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
tjennison-work committed Feb 26, 2025
1 parent 60611aa commit 444137f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/cohortReview.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("Basic tests", () => {
cy.iframe().find("button:Contains(Create)").click().should("not.exist");

cy.iframe().find("button:Contains(Reviews)").click();
cy.iframe().find("button:Contains(Review individual participants)").click();
cy.iframe().find("button:Contains(Review individual participants)", { timeout: 60000 }).click();

cy.iframe().find("button:Contains(Procedures)", { timeout: 40000 }).click();
cy.iframe().contains("Retrograde pyelogram"), { timeout: 40000 };
Expand Down
2 changes: 1 addition & 1 deletion ui/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Cypress.Commands.add(
cy.iframe().find("button:Contains(Create)").click().should("not.exist");

cy.iframe().find("button:Contains(Reviews)").click();
cy.iframe().find("button:Contains(Review individual participants)").click();
cy.iframe().find("button:Contains(Review individual participants)", { timeout: 60000 }).click();

cy.iframe().find(".MuiSelect-select").click();
cy.iframe().find("li:Contains(Included)").click();
Expand Down

0 comments on commit 444137f

Please sign in to comment.