Skip to content

Commit

Permalink
test(frontend): fixed e2e test failes due to name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrafchowdury committed Oct 24, 2024
1 parent 4f9001e commit 8d14c26
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 8d14c26

Please sign in to comment.