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-70196 navigation: Update to feature files.
- Part of: MDL-69588 A lot of tests rely on the last element of the breadcrumb being active. This updates feature files to not rely on this anymore.
- Loading branch information
1 parent
dbc014b
commit 7d435fb
Showing
30 changed files
with
106 additions
and
105 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
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ Feature: Add badges to the system | |
And I should see "Issuer details" | ||
And I should see "Test Badge Site" | ||
And I should see "[email protected]" | ||
And I follow "Manage badges" | ||
And I navigate to "Badges > Manage badges" in site administration | ||
And I should see "Number of badges available: 1" | ||
And I should not see "There are no badges available." | ||
|
||
|
@@ -61,7 +61,7 @@ Feature: Add badges to the system | |
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager | ||
And I press "Create badge" | ||
And I wait until the page is ready | ||
And I follow "Manage badges" | ||
And I navigate to "Badges > Manage badges" in site administration | ||
And I should see "Number of badges available: 1" | ||
And I press "Add a new badge" | ||
And I set the following fields to these values: | ||
|
@@ -157,7 +157,7 @@ Feature: Add badges to the system | |
And I should see "Related badges (0)" | ||
And I should see "Alignments (0)" | ||
And I should not see "Create badge" | ||
And I follow "Manage badges" | ||
And I navigate to "Badges > Manage badges" in site administration | ||
And I should see "Number of badges available: 1" | ||
And I should not see "There are no badges available." | ||
# See buttons from the "Site badges" page. | ||
|
Oops, something went wrong.