diff --git a/agenta-web/cypress/support/commands/evaluations.ts b/agenta-web/cypress/support/commands/evaluations.ts index 14c112124f..c96c984e84 100644 --- a/agenta-web/cypress/support/commands/evaluations.ts +++ b/agenta-web/cypress/support/commands/evaluations.ts @@ -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() })