Skip to content

Commit

Permalink
removed redundant test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Feb 15, 2024
1 parent 2dc4b22 commit 5d1b478
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions agenta-web/cypress/e2e/eval.comparison.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ describe("Evaluation Comparison Test", function () {
beforeEach(() => {
cy.visit(`/apps/${app_id}/evaluations`)
cy.location("pathname").should("include", "/evaluations")
cy.get('[data-cy="evaluation-results-compare-button"]').should("exist")
cy.get('[data-cy="evaluation-results-delete-button"]').should("exist")
cy.get('[data-cy="new-evaluation-button"]').should("exist")
})

it("Should create 2 new Evaluations", () => {
Expand Down
3 changes: 0 additions & 3 deletions agenta-web/cypress/e2e/eval.evaluations.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ describe("Evaluations CRUD Operations Test", function () {
beforeEach(() => {
cy.visit(`/apps/${app_id}/evaluations`)
cy.location("pathname").should("include", "/evaluations")
cy.get('[data-cy="evaluation-results-compare-button"]').should("exist")
cy.get('[data-cy="evaluation-results-delete-button"]').should("exist")
cy.get('[data-cy="new-evaluation-button"]').should("exist")
})

it("Should successfully create an Evaluation", () => {
Expand Down
3 changes: 0 additions & 3 deletions agenta-web/cypress/e2e/eval.evaluators.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ describe("Evaluators CRUD Operations Test", function () {
beforeEach(() => {
cy.visit(`/apps/${app_id}/evaluations`)
cy.location("pathname").should("include", "/evaluations")
cy.get('[data-cy="evaluation-results-compare-button"]').should("exist")
cy.get('[data-cy="evaluation-results-delete-button"]').should("exist")
cy.get('[data-cy="new-evaluation-button"]').should("exist")
cy.get("#rc-tabs-1-tab-evaluators > :nth-child(2)").click()
})

Expand Down
3 changes: 0 additions & 3 deletions agenta-web/cypress/e2e/eval.scenarios.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ describe("Evaluation Scenarios Test", function () {
beforeEach(() => {
cy.visit(`/apps/${app_id}/evaluations`)
cy.location("pathname").should("include", "/evaluations")
cy.get('[data-cy="evaluation-results-compare-button"]').should("exist")
cy.get('[data-cy="evaluation-results-delete-button"]').should("exist")
cy.get('[data-cy="new-evaluation-button"]').should("exist")
})

it("Should successfully create an Evaluation", () => {
Expand Down

0 comments on commit 5d1b478

Please sign in to comment.