forked from Wunderbyte-GmbH/moodle-mod_booking
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
behat: an adjusstment to avoid unexpected failures
- Loading branch information
1 parent
4df1830
commit 353f614
Showing
2 changed files
with
8 additions
and
3 deletions.
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
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 |
---|---|---|
|
@@ -44,9 +44,12 @@ Feature: In a course add a booking option and manage its waiting list | |
When I click on "Add" "button" | ||
## Book 2 students | ||
And I click on the element with the number "3" with the dynamic identifier "waitinglist" | ||
And I wait "1" seconds | ||
And I click on "Book" "button" in the ".modal-footer" "css_element" | ||
And I wait until the page is ready | ||
## And I wait until the page is ready | ||
And I wait "1" seconds | ||
And I click on the element with the number "2" with the dynamic identifier "waitinglist" | ||
And I wait "1" seconds | ||
And I click on "Book" "button" in the ".modal-footer" "css_element" | ||
And I wait until the page is ready | ||
Then I should see "Student 1 ([email protected])" in the ".userselector #removeselect" "css_element" | ||
|