forked from moodle/moodle
-
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.
MDL-43230 badges: fix award_badge behat test
- Loading branch information
1 parent
addb943
commit 2e39117
Showing
1 changed file
with
4 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -352,14 +352,9 @@ Feature: Award badges | |
And I follow "Recipients (2)" | ||
And I press "Award badge" | ||
And I set the field "existingrecipients[]" to "Student 2 ([email protected])" | ||
And I press "Remove badge" | ||
And I press "Revoke badge" | ||
And I set the field "existingrecipients[]" to "Student 1 ([email protected])" | ||
When I press "Award badge" | ||
And I follow "Remove Badge" | ||
When I press "Revoke badge" | ||
And I follow "Course Badge" | ||
Then I should see "Recipients (0)" | ||
And I log out | ||
And I log in as "student1" | ||
And I follow "Profile" in the user menu | ||
And I follow "Course 1" | ||
And I should see "Course Badge" | ||
|
||
|