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-70726-master' of https://github.com/NashTechOpenUni…
- Loading branch information
Showing
9 changed files
with
37 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,7 @@ Feature: Backpack badges | |
And I click on "Delete" "button" in the "Delete site backpack" "dialogue" | ||
Then I should see "The site backpack has been deleted." | ||
And I should not see "https://dc.imsglobal.org" | ||
And "Delete" "button" should not exist | ||
And "Delete" "button" should not be visible | ||
|
||
@javascript | ||
Scenario: Move up and down site backpack | ||
|
@@ -166,27 +166,27 @@ Feature: Backpack badges | |
And I set the field "backpackapiurl" to "http://backpackapiurl.cat" | ||
And I set the field "backpackweburl" to "http://backpackweburl.cat" | ||
And I set the field "apiversion" to "2.1" | ||
Then "Include authentication details with the backpack" "checkbox" should not exist | ||
Then "Include authentication details with the backpack" "checkbox" should not be visible | ||
And I should not see "Badge issuer email address" | ||
And I should not see "Badge issuer password" | ||
And I set the field "apiversion" to "1" | ||
And "Include authentication details with the backpack" "checkbox" should exist | ||
And "Include authentication details with the backpack" "checkbox" should be visible | ||
And I click on "includeauthdetails" "checkbox" | ||
And I should see "Badge issuer email address" | ||
And I should not see "Badge issuer password" | ||
And I set the field "apiversion" to "2" | ||
And "Include authentication details with the backpack" "checkbox" should exist | ||
And "Include authentication details with the backpack" "checkbox" should be visible | ||
And I should see "Badge issuer email address" | ||
And I should see "Badge issuer password" | ||
And I set the field "backpackemail" to "[email protected]" | ||
And I set the field "password" to "123456" | ||
And I press "Save changes" | ||
And I click on "Edit" "link" in the "http://backpackweburl.cat" "table_row" | ||
And "input[name=includeauthdetails][type=checkbox][value=1]" "css_element" should exist | ||
And the field "Include authentication details with the backpack" matches value "1" | ||
And I click on "includeauthdetails" "checkbox" | ||
And I press "Save changes" | ||
And I click on "Edit" "link" in the "http://backpackweburl.cat" "table_row" | ||
And "input[name=includeauthdetails][type=checkbox][value=1]" "css_element" should not exist | ||
And the field "Include authentication details with the backpack" matches value "0" | ||
And I click on "includeauthdetails" "checkbox" | ||
And I should not see "[email protected]" | ||
And I log out | ||
|
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