MDL-66003 lang: Use the updated strings in the tests
This commit is contained in:
@@ -150,12 +150,12 @@ Feature: Assign group override
|
||||
And I log in as "student2"
|
||||
And I am on "Course 1" course homepage
|
||||
And I follow "Test assignment name"
|
||||
Then I should not see "You have not made a submission yet"
|
||||
Then I should not see "You have not made a submission yet."
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I am on "Course 1" course homepage
|
||||
And I follow "Test assignment name"
|
||||
And I should see "You have not made a submission yet"
|
||||
And I should see "You have not made a submission yet."
|
||||
|
||||
Scenario: Allow a group to have a different start date
|
||||
When I follow "Test assignment name"
|
||||
|
||||
@@ -139,12 +139,12 @@ Feature: Assign user override
|
||||
And I log in as "student2"
|
||||
And I am on "Course 1" course homepage
|
||||
And I follow "Test assignment name"
|
||||
Then I should not see "You have not made a submission yet"
|
||||
Then I should not see "You have not made a submission yet."
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I am on "Course 1" course homepage
|
||||
And I follow "Test assignment name"
|
||||
And I should see "You have not made a submission yet"
|
||||
And I should see "You have not made a submission yet."
|
||||
|
||||
Scenario: Allow a user to have a different start date
|
||||
When I follow "Test assignment name"
|
||||
|
||||
@@ -55,7 +55,7 @@ Feature: Basic use of the Manual grading report
|
||||
And I should see "Grading attempts 1 to 1 of 1"
|
||||
|
||||
# Test the display options.
|
||||
And I set the field "Order attempts" to "By student id number"
|
||||
And I set the field "Order attempts" to "By student ID number"
|
||||
And I press "Change options"
|
||||
|
||||
# Adjust the mark for Student1.
|
||||
|
||||
Reference in New Issue
Block a user