This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
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.
Merge branch 'MDL-66357-master' of git://github.com/sarjona/moodle
- Loading branch information
Showing
21 changed files
with
94 additions
and
90 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,9 @@ Feature: Add badges to the system | |
And I press "Save changes" | ||
And I follow "Badges" | ||
When I follow "Add a new badge" | ||
Then the field "issuercontact" matches value "[email protected]" | ||
And the field "issuername" matches value "Test Badge Site" | ||
And I press "Issuer details" | ||
Then I should see "[email protected]" | ||
And I should see "Test Badge Site" | ||
|
||
@javascript | ||
Scenario: Accessing the badges | ||
|
@@ -38,8 +39,6 @@ Feature: Add badges to the system | |
| Description | Test badge description | | ||
| Image author | http://author.example.com | | ||
| Image caption | Test caption image | | ||
| issuername | Test Badge Site | | ||
| issuercontact | testuser@example.com | | ||
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager | ||
When I press "Create badge" | ||
Then I should see "Edit details" | ||
|
@@ -62,8 +61,6 @@ Feature: Add badges to the system | |
| Description | Test badge related description | | ||
| Image author | http://author.example.com | | ||
| Image caption | Test caption image | | ||
| issuername | Test Badge Site | | ||
| issuercontact | testuser@example.com | | ||
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 | ||
|
@@ -77,8 +74,6 @@ Feature: Add badges to the system | |
| Description | Test badge description | | ||
| Image author | http://author.example.com | | ||
| Image caption | Test caption image | | ||
| issuername | Test Badge Site | | ||
| issuercontact | testuser@example.com | | ||
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager | ||
And I press "Create badge" | ||
And I follow "Related badges (0)" | ||
|
@@ -101,8 +96,6 @@ Feature: Add badges to the system | |
| Description | Test badge description | | ||
| Image author | http://author.example.com | | ||
| Image caption | Test caption image | | ||
| issuername | Test Badge Site | | ||
| issuercontact | testuser@example.com | | ||
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager | ||
When I press "Create badge" | ||
Then I should see "Edit details" | ||
|
@@ -127,8 +120,6 @@ Feature: Add badges to the system | |
| Description | Test badge description | | ||
| Image author | http://author.example.com | | ||
| Image caption | Test caption image | | ||
| issuername | Test Badge Site | | ||
| issuercontact | testuser@example.com | | ||
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager | ||
When I press "Create badge" | ||
Then I should see "Test Badge" | ||
|
@@ -161,8 +152,6 @@ Feature: Add badges to the system | |
| Description | Test badge description | | ||
| Image author | http://author.example.com | | ||
| Image caption | Test caption image | | ||
| issuername | Test Badge Site | | ||
| issuercontact | testuser@example.com | | ||
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager | ||
And I press "Create badge" | ||
Then I should see "Edit details" | ||
|
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.