Skip to content

Commit

Permalink
Update test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Dec 5, 2023
1 parent 6e2153f commit 8a9fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/cypress/e2e/editor/boreholeform.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("Test for the borehole form.", () => {
// fill all dropdowns on borehole tab
cy.get('[data-cy="borehole-menu-item"]').click();
cy.get('[data-cy="domain-dropdown"]')
.should("have.length", 10)
.should("have.length", 8)
.each((el, index, list) =>
cy.wrap(el).click().find('[role="option"]').eq(1).click(),
);
Expand Down

0 comments on commit 8a9fa21

Please sign in to comment.