Skip to content

Commit

Permalink
Merge pull request #2150 from Agenta-AI/text/fix-e2e-test-fails
Browse files Browse the repository at this point in the history
test(frontend): fixed e2e test fails
  • Loading branch information
mmabrouk authored Oct 24, 2024
2 parents 4f9001e + 8d14c26 commit 36a2a0f
Showing 1 changed file with 1 addition and 1 deletion.
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^="enter-app-name-input"]').type(appName)

cy.get('[data-cy="app-template-card"]').contains("Single Prompt OpenAI").click()
cy.get('[data-cy="app-template-card"]').contains("Completion Prompt").click()

cy.get('[data-cy="create-app-from-template-button"]').click()

Expand Down

0 comments on commit 36a2a0f

Please sign in to comment.