Skip to content

Commit

Permalink
Add wait to failing cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats committed Jan 15, 2024
1 parent 1dfaac5 commit 80d5d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/cypress/e2e/viewer/displayLayer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ describe("Test for the borehole form.", () => {

cy.wait("@borehole");
cy.wait("@get-layers-by-profileId");
cy.wait(5000);

// Click on layer
cy.get('[data-cy="stratigraphy-layer-0"]').scrollIntoView().click();
Expand Down

0 comments on commit 80d5d1e

Please sign in to comment.