Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 7, 2023
1 parent 7da2119 commit 59594a6
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 @@ -91,7 +91,7 @@ Cypress.Commands.add("cleanupVariantAndTestset", () => {

Cypress.Commands.add("addingOpenaiKey", () => {
cy.visit("/settings")
cy.get('[data-cy="openai-api-input"]').eq(0).type("apiKey")
cy.get('[data-cy="openai-api-input"]').eq(0).type(apiKey)
cy.get('[data-cy="openai-api-save"]').eq(0).click()
})

Expand Down

0 comments on commit 59594a6

Please sign in to comment.