mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-58749 lang: fix couple of scenarios to use new lang string
This commit is contained in:
parent
97b93cafef
commit
2df7f223b8
@ -40,7 +40,7 @@ Feature: Allow teachers to bulk edit activity completion rules in a course.
|
||||
And I click on "Test assignment two" "checkbox"
|
||||
And I click on "Edit" "button"
|
||||
And I should see "Completion tracking"
|
||||
And I should see "The changes will affect the following 2 Activities/Resources"
|
||||
And I should see "The changes will affect the following 2 activities or resources:"
|
||||
And I should see "Student must submit to this activity to complete it"
|
||||
And I select "Show activity as complete when conditions are met" from the "completion" singleselect
|
||||
And I click on "completionview" "checkbox"
|
||||
|
@ -36,7 +36,7 @@ Feature: Allow teachers to edit the default activity completion rules in a cours
|
||||
And I click on "Assignments" "checkbox"
|
||||
And I click on "Edit" "button"
|
||||
And I should see "Completion tracking"
|
||||
And I should see "The changes will affect the following 1 Activities/Resources"
|
||||
And I should see "The changes will affect the following 1 activities or resources:"
|
||||
And I should see "Student must submit to this activity to complete it"
|
||||
And I set the following fields to these values:
|
||||
| completion | Show activity as complete when conditions are met|
|
||||
|
Loading…
x
Reference in New Issue
Block a user