MDL-71580 lang: Fix reworded strings in tests

This commit is contained in:
David Mudrák 2021-05-12 08:48:00 +02:00
parent c8dc7bc942
commit 03402e3c5d
7 changed files with 23 additions and 23 deletions

View file

@ -3,7 +3,7 @@ information provided here is intended especially for developers.
=== 3.11 ===
* New setting called "Include override permissions" has been implemented. The default
* New setting called "Include permission overrides" has been implemented. The default
settings is OFF for import, and ON for restore.
=== 3.10 ===

View file

@ -39,7 +39,7 @@ Feature: Import course's contents into another course
| enrol/manual:enrol | Allow | teacher | Course | C1 |
And I log in as "teacher1"
When I import "Course 1" course into "Course 2" course using this options:
| Initial | Include override permissions | 1 |
| Initial | Include permission overrides | 1 |
And I navigate to "Users > Permissions" in current page administration
Then I should see "Non-editing teacher (1)"
And I set the field "Advanced role override" to "Non-editing teacher (1)"
@ -52,6 +52,6 @@ Feature: Import course's contents into another course
| enrol/manual:enrol | Allow | teacher | Course | C1 |
And I log in as "teacher1"
When I import "Course 1" course into "Course 2" course using this options:
| Initial | Include override permissions | 0 |
| Initial | Include permission overrides | 0 |
And I navigate to "Users > Permissions" in current page administration
Then I should see "Non-editing teacher (0)"

View file

@ -253,7 +253,7 @@ Feature: Restore Moodle 2 course backups
And I backup "Course 1" course using this options:
| Confirmation | Filename | test_backup.mbz |
When I restore "test_backup.mbz" backup into a new course using this options:
| Settings | Include override permissions | 1 |
| Settings | Include permission overrides | 1 |
Then I navigate to "Users > Permissions" in current page administration
And I should see "Non-editing teacher (1)"
And I set the field "Advanced role override" to "Non-editing teacher (1)"
@ -267,6 +267,6 @@ Feature: Restore Moodle 2 course backups
And I backup "Course 1" course using this options:
| Confirmation | Filename | test_backup.mbz |
When I restore "test_backup.mbz" backup into a new course using this options:
| Settings | Include override permissions | 0 |
| Settings | Include permission overrides | 0 |
Then I navigate to "Users > Permissions" in current page administration
And I should see "Non-editing teacher (0)"