-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05ca9dc
commit a281998
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|