Skip to content

Commit

Permalink
MDL-30811 core: Fix tests where continue button has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 29, 2016
1 parent 372d6b9 commit 0e8ce68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions my/tests/behat/reset_all_pages.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Feature: Reset all personalised pages to default
And I log in as "admin"
And I navigate to "Default Dashboard page" node in "Site administration > Appearance"
When I press "Reset Dashboard for all users"
And I follow "Continue"
And I should see "All Dashboard pages have been reset to default."
And I log out

And I log in as "student1"
Expand Down Expand Up @@ -108,7 +108,7 @@ Feature: Reset all personalised pages to default
And I log in as "admin"
And I navigate to "Default profile page" node in "Site administration > Appearance"
When I press "Reset profile for all users"
And I follow "Continue"
And I should see "All profile pages have been reset to default."
And I log out

And I log in as "student2"
Expand Down
3 changes: 0 additions & 3 deletions tag/tests/behat/flag_tags.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,18 @@ Feature: Users can flag tags and manager can reset flags
And I follow "Badtag"
And I follow "Flag as inappropriate"
And I should see "The person responsible will be notified"
And I follow "Continue"
And I navigate to "Participants" node in "Site pages"
And I follow "User 1"
And I follow "Sweartag"
And I follow "Flag as inappropriate"
And I should see "The person responsible will be notified"
And I follow "Continue"
And I log out
And I log in as "user3"
And I navigate to "Participants" node in "Site pages"
And I follow "User 1"
And I follow "Sweartag"
And I follow "Flag as inappropriate"
And I should see "The person responsible will be notified"
And I follow "Continue"
And I log out

Scenario: Managing tag flags with javascript disabled
Expand Down

0 comments on commit 0e8ce68

Please sign in to comment.