Skip to content

Commit

Permalink
chore: use node20 an increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed May 28, 2024
1 parent 558bc28 commit af992d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.1.0
20.13.1
2 changes: 1 addition & 1 deletion cypress/e2e/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const changeTestUser = (user: string) => {

export const changeSelectedMilestoneStatus = (newStatus: string) => {
const getStatusDropdown = () =>
cy.get("*[data-testid='milestone-select-new-status']", { timeout: 10000 });
cy.get("*[data-testid='milestone-select-new-status']", { timeout: 20000 });
getStatusDropdown().click();
const statusElem = getStatusDropdown().contains(newStatus);
statusElem.click();
Expand Down

0 comments on commit af992d1

Please sign in to comment.