Skip to content

Commit

Permalink
Merge pull request #2391 from Agenta-AI/cypress/hot-fix-human-eval-fa…
Browse files Browse the repository at this point in the history
…iles

test(frontend): hot-fix human eval fails
  • Loading branch information
ardaerzin authored Dec 27, 2024
2 parents 372c4e7 + 8d61b6a commit 866e41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agenta-web/cypress/support/commands/evaluations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Cypress.Commands.add("createVariantsAndTestsets", () => {
cy.wrap(testsetName).as("testsetName")

cy.get(".ag-row").should("have.length", 1)
cy.get('[data-cy="testset-header-column-edit-button"]').eq(0).click()
cy.wait(2000)
cy.get('[data-cy="testset-header-column-edit-button"]').eq(0).should("exist").click()
cy.get('[data-cy="testset-header-column-edit-input"]').clear()
cy.get('[data-cy="testset-header-column-edit-input"]').type("country")
cy.get('[data-cy="testset-header-column-save-button"]').click()
Expand Down

0 comments on commit 866e41e

Please sign in to comment.