Skip to content

Commit

Permalink
Fix acceptance features #248
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Jan 13, 2025
1 parent 05ca9dc commit a281998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/tests/Acceptance/features/way_point_visited_at.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ Feature: An admin can change visited at of a wayPoint
Given I am authenticated as "[email protected]"
And I go to swapp page "/runde/walkId<Gorbitz>/wegpunkt/wayPointId<Assieck>/detail"

Then the element "visitedAtDate" should be enabled
When I select date "11.01.2021" in date selector "visitedAtDate"
Then I wait for 'Die Ankunftszeit muss nach der Rundenstartzeit (' to appear
Then the element "button-way-point-submit" should be disabled
Then the element "button-way-point-submit" should be disabled

When I select time "18:50" in time selector "visitedAtTime"
When I select date "22.12.2028" in date selector "visitedAtDate"
Expand Down

0 comments on commit a281998

Please sign in to comment.