MDL-47960 badges: behat failures caused by usermenu

This commit is contained in:
Dan Poltawski 2014-10-29 15:57:17 +00:00 committed by Marina Glancy
parent 6469803f68
commit e0a1801e27

View File

@ -31,7 +31,7 @@ Feature: Award badges
And I expand all fieldsets
And I set the field "Phone" to "123456789"
And I press "Update profile"
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "Profile Badge"
And I should not see "There are no badges available."
@ -64,8 +64,7 @@ Feature: Award badges
Then I should see "Recipients (2)"
And I log out
And I log in as "student"
And I expand "My profile" node
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "Site Badge"
@javascript
@ -109,8 +108,7 @@ Feature: Award badges
And I log out
And I log in as "student1"
And I follow "Course 1"
And I expand "My profile" node
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "Course Badge"
@javascript
@ -158,14 +156,12 @@ Feature: Award badges
And I log out
And I log in as "student1"
And I follow "Course 1"
And I expand "My profile" node
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "There are no badges available."
And I follow "Home"
And I follow "Course 1"
And I press "Mark as complete: Test assignment name"
And I expand "My profile" node
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "Course Badge"
@javascript
@ -219,8 +215,7 @@ Feature: Award badges
And I log out
And I log in as "student1"
And I follow "Course 1"
And I expand "My profile" node
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "There are no badges available."
And I follow "Home"
And I follow "Course 1"
@ -237,6 +232,5 @@ Feature: Award badges
And I am on homepage
And I log out
And I log in as "student1"
And I expand "My profile" node
And I follow "My badges"
And I navigate to "My badges" node in "My profile"
Then I should see "Course Badge"