mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-71580 lang: Fix reworded strings in tests
This commit is contained in:
parent
c8dc7bc942
commit
03402e3c5d
7 changed files with 23 additions and 23 deletions
|
@ -32,8 +32,8 @@ Feature: Brickfield activityresults
|
|||
And I run the scheduled task "\tool_brickfield\task\bulk_process_caches"
|
||||
And I navigate to "Accessibility toolkit" in current page administration
|
||||
And I should see "Error details: course Course 1"
|
||||
And I should see "Overall page content length"
|
||||
And I should see "\"Bold\" (b) elements should not be used"
|
||||
And I should see "The overall page content length"
|
||||
And I should see "Bold (b) elements should not be used"
|
||||
And I should see "Link text should be descriptive"
|
||||
And I follow "Activity breakdown"
|
||||
Then I should see "Results per activity: course Course 1"
|
||||
|
|
|
@ -142,29 +142,29 @@ Feature: Basic OAuth2 functionality
|
|||
And I should see "Identity issuer deleted"
|
||||
And I should not see "Testing service modified"
|
||||
|
||||
Scenario: Create, edit and delete standard service for OpenBadges
|
||||
Given I press "OpenBadges"
|
||||
And I should see "Create new service: OpenBadges"
|
||||
Scenario: Create, edit and delete standard service for Open Badges
|
||||
Given I press "Open Badges"
|
||||
And I should see "Create new service: Open Badges"
|
||||
And I set the following fields to these values:
|
||||
| Client ID | thisistheclientid |
|
||||
| Client secret | supersecret |
|
||||
| Service base URL | https://dc.imsglobal.org/ |
|
||||
When I press "Save changes"
|
||||
Then I should see "Changes saved"
|
||||
And I should see "OpenBadges"
|
||||
And "Allow services" "icon" should exist in the "OpenBadges" "table_row"
|
||||
And "Do not allow login" "icon" should exist in the "OpenBadges" "table_row"
|
||||
And "Service discovery successful" "icon" should exist in the "OpenBadges" "table_row"
|
||||
And I should see "Open Badges"
|
||||
And "Allow services" "icon" should exist in the "Open Badges" "table_row"
|
||||
And "Do not allow login" "icon" should exist in the "Open Badges" "table_row"
|
||||
And "Service discovery successful" "icon" should exist in the "Open Badges" "table_row"
|
||||
And the "src" attribute of "table.admintable th img" "css_element" should contain "IMS-Global-Logo.png"
|
||||
And I click on "Configure endpoints" "link" in the "OpenBadges" "table_row"
|
||||
And I click on "Configure endpoints" "link" in the "Open Badges" "table_row"
|
||||
And I should see "https://dc.imsglobal.org/.well-known/badgeconnect.json" in the "discovery_endpoint" "table_row"
|
||||
And I should see "authorization_endpoint"
|
||||
And I follow "OAuth 2 services"
|
||||
And I click on "Configure user field mappings" "link" in the "OpenBadges" "table_row"
|
||||
And I click on "Configure user field mappings" "link" in the "Open Badges" "table_row"
|
||||
And I should not see "given_name"
|
||||
And I should not see "middle_name"
|
||||
And I follow "OAuth 2 services"
|
||||
And I click on "Edit" "link" in the "OpenBadges" "table_row"
|
||||
And I click on "Edit" "link" in the "Open Badges" "table_row"
|
||||
And I set the following fields to these values:
|
||||
| Name | IMS Global |
|
||||
And I press "Save changes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue