Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Feb 14, 2024
1 parent c9a6d8b commit 65af9c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/cypress/e2e/editor/hydrotest.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ describe("Tests for the hydrotest editor.", () => {
evaluateDisplayValue("hydrotestResult.0.minValue", "5 m/s");
evaluateDisplayValue("hydrotestResult.0.maxValue", "15 m/s");

startEditing();
setInput("comment", "Lorem.");
saveForm();
cy.wait("@hydrotest_GET");
evaluateDisplayValue("comment", "Lorem.");

// delete hydrotest
deleteItem();
cy.wait("@hydrotest_GET");
Expand Down

0 comments on commit 65af9c5

Please sign in to comment.