Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Oct 2, 2024
1 parent 26bd577 commit 6eff383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/cypress/e2e/detailPage/boreholeform.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ describe("Test for the borehole form.", () => {

evaluateInput("elevation_z", "3'062.9991330499756");
evaluateInput("reference_elevation", "3'478.1368118609007");
evaluateSelect("elevation_precision", "20114005"); // 0.1
evaluateSelect("qt_reference_elevation", "20114001"); // 10
evaluateSelect("elevation_precision", "20114003"); // 1
evaluateSelect("qt_reference_elevation", "20114005"); // 0.1
evaluateSelect("reference_elevation_type", "30000013"); // kelly bushing
});

Expand Down

0 comments on commit 6eff383

Please sign in to comment.