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-72090 navigation: Update to behat feature files for navigation.
This updates feature files to use the new steps to navigate to certain pages.
- Loading branch information
Showing
66 changed files
with
160 additions
and
287 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
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
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 |
---|---|---|
|
@@ -33,8 +33,7 @@ Feature: Verify that all form fields values can be get and set | |
| activity | course | idnumber | name | intro | firstpagetitle | wikimode | visible | | ||
| wiki | C1 | wiki1 | Test this one | Test this one | Test this one | collaborative | 0 | | ||
And I log in as "admin" | ||
And I am on "Course 1" course homepage | ||
And I navigate to "Reset" in current page administration | ||
And I am on the "Course 1" "reset" page | ||
# Select (multi-select) - Checking "the select box should contain". | ||
And I expand all fieldsets | ||
And the "Unenrol users" select box should contain "No roles" | ||
|
@@ -147,8 +146,7 @@ Feature: Verify that all form fields values can be get and set | |
|
||
@javascript | ||
Scenario: with JS enabled all form fields getters and setters works as expected | ||
Then I am on "Course 1" course homepage | ||
And I navigate to "Users > Groups" in current page administration | ||
Then I am on the "Course 1" "groups" page | ||
# Select (multi-select & AJAX) - Checking "I set the field" and "select box should contain". | ||
And I set the field "groups" to "Group 2" | ||
And the "members" select box should contain "Student 2 ([email protected])" | ||
|
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
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 |
---|---|---|
|
@@ -33,8 +33,7 @@ Feature: Upload users | |
And I should see "Tom Jones" | ||
And I should see "Trent Reznor" | ||
And I should see "[email protected]" | ||
And I am on "Maths" course homepage | ||
And I navigate to "Users > Groups" in current page administration | ||
And I am on the "Maths" "groups" page | ||
And I set the field "groups" to "Section 1 (1)" | ||
And the "members" select box should contain "Tom Jones ([email protected])" | ||
|
||
|
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
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
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
Oops, something went wrong.