Skip to content

Commit

Permalink
fixed testset test case | added node>=18 engine in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedMaaz committed Dec 11, 2023
1 parent 1c25516 commit fa9e471
Show file tree
Hide file tree
Showing 3 changed files with 802 additions and 484 deletions.
2 changes: 1 addition & 1 deletion agenta-web/cypress/support/commands/evaluations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Cypress.Commands.add("createVariant", () => {
})
})

cy.get('[data-cy^="create-app-button"]').eq(1).click()
cy.get('[data-cy^="create-app-button"]').eq(0).click()
const appName = randString(5)

cy.get('[data-cy="enter-app-name-modal"]')
Expand Down
Loading

0 comments on commit fa9e471

Please sign in to comment.