Skip to content

Commit

Permalink
fix(frontend): prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrafchowdury committed Sep 5, 2024
1 parent 827680e commit d8bca04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agenta-web/cypress/e2e/eval.comparison.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe("Evaluation Comparison Test", function () {
})

it("Should select 2 evaluations, click on the compare button, and successfully navigate to the comparison page", () => {
cy.get(".ant-checkbox-input").eq(0).check()
cy.get(".ant-checkbox-input").eq(0).check()

cy.get('[data-cy="evaluation-results-compare-button"]').should("not.be.disabled")
cy.get('[data-cy="evaluation-results-compare-button"]').click()
Expand Down
2 changes: 1 addition & 1 deletion agenta-web/cypress/e2e/eval.evaluations.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("Evaluations CRUD Operations Test", function () {
cy.get('[data-cy="delete-evaluation-button"]').click()

cy.get(".ant-modal-content").should("exist")
cy.get(".ant-modal-footer > .ant-btn-primary").click()
cy.get(".ant-modal-footer > .ant-btn-primary").click()
})
})

Expand Down

0 comments on commit d8bca04

Please sign in to comment.