mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-71334 mod_lti: Fix manual activity completion behat test
This commit is contained in:
parent
7811d7ace4
commit
65dea75cc6
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@ Feature: View activity completion information in the LTI activity
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: Use manual completion
|
Scenario: Use manual completion
|
||||||
Given I log in as "teacher1"
|
Given I log in as "teacher1"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage with editing mode on
|
||||||
And I follow "Music history"
|
And I open "Music history" actions menu
|
||||||
And I navigate to "Edit settings" in current page administration
|
And I click on "Edit settings" "link" in the "Music history" activity
|
||||||
And I expand all fieldsets
|
And I expand all fieldsets
|
||||||
And I set the field "Completion tracking" to "Students can manually mark the activity as completed"
|
And I set the field "Completion tracking" to "Students can manually mark the activity as completed"
|
||||||
And I press "Save and display"
|
And I press "Save and display"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue