Skip to content

Commit

Permalink
Fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Nov 21, 2024
1 parent d2dcb86 commit 3f37246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/cypress/e2e/mainPage/boreholeTable.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ describe("Borehole editor table tests", () => {
// check all rows
cy.get('[data-cy="table-header-checkbox"]').click();
cy.contains("1'626").should("not.exist");
cy.contains("1478 selected").should("be.visible"); // does not select locked rows
cy.contains("1477 selected").should("be.visible"); // does not select locked rows

// uncheck one row
unCheckRowWithText("Aaliyah Casper");
cy.contains("1477 selected").should("be.visible");
cy.contains("1476 selected").should("be.visible");

// uncheck all rows
cy.get('[data-cy="table-header-checkbox"]').click();
Expand Down

0 comments on commit 3f37246

Please sign in to comment.