Skip to content

Commit

Permalink
fix(frontend): prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrafchowdury committed Sep 3, 2024
1 parent 959e773 commit 538b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/cypress/e2e/app-navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("App Navigation without errors", () => {

cy.get(".ant-tabs-tab").eq(1).click()
cy.url().should("include", "/evaluations?selectedEvaluation=ab_testing_evaluation")

cy.get(".ant-tabs-tab").eq(2).click()
cy.url().should("include", "/evaluations?selectedEvaluation=single_model_evaluation")

Expand Down

0 comments on commit 538b852

Please sign in to comment.