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-73201 lang: Use fixed strings in the tests, too
- Loading branch information
Showing
16 changed files
with
47 additions
and
47 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 |
---|---|---|
|
@@ -57,7 +57,7 @@ Feature: Bulk released grades should not be sent to gradebook while submissions | |
And I set the field "Grade out of 100" to "50" | ||
And I set the field "Marking workflow state" to "In review" | ||
And I set the field "Feedback comments" to "Great job!" | ||
And I set the field "Notify students" to "0" | ||
And I set the field "Notify student" to "0" | ||
And I press "Save changes" | ||
And I am on the "Test assignment name" "assign activity" page | ||
And I follow "View all submissions" | ||
|
@@ -66,7 +66,7 @@ Feature: Bulk released grades should not be sent to gradebook while submissions | |
And I set the field "Grade out of 100" to "50" | ||
And I set the field "Marking workflow state" to "In review" | ||
And I set the field "Feedback comments" to "Great job!" | ||
And I set the field "Notify students" to "0" | ||
And I set the field "Notify student" to "0" | ||
And I press "Save changes" | ||
And I am on the "Test assignment name" "assign activity" page | ||
And I follow "View all submissions" | ||
|
@@ -81,7 +81,7 @@ Feature: Bulk released grades should not be sent to gradebook while submissions | |
Then I should not see "Student 1 ([email protected])" | ||
And I should not see "Student 2 ([email protected])" | ||
And I set the field "Marking workflow state" to "Released" | ||
And I set the field "Notify students" to "No" | ||
And I set the field "Notify student" to "No" | ||
And I press "Save changes" | ||
And I am on the "Test assignment name" "assign activity" page | ||
And I follow "View all submissions" | ||
|
@@ -129,7 +129,7 @@ Feature: Bulk released grades should not be sent to gradebook while submissions | |
Then I should see "Student 1 ([email protected])" | ||
And I should see "Student 2 ([email protected])" | ||
And I set the field "Marking workflow state" to "Released" | ||
And I set the field "Notify students" to "No" | ||
And I set the field "Notify student" to "No" | ||
And I press "Save changes" | ||
And I am on the "Test assignment name" "assign activity" page | ||
And I follow "View all submissions" | ||
|
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