Merge branch 'MDL-66431-fix' of github.com:sarjona/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2021-05-03 10:07:47 +02:00
commit 3f9812835b
2 changed files with 3 additions and 6 deletions

View File

@ -26,8 +26,7 @@ Feature: Limit choice responses
And I log in as "teacher1"
And I am on "Course 1" course homepage
And I follow "Choice name"
And I click on "Actions menu" "link"
And I follow "Edit settings"
And I navigate to "Edit settings" in current page administration
And I set the field "Limit 1" to "1"
And I press "Save and display"
And I log out

View File

@ -26,14 +26,12 @@ Feature: A teacher can set three types of survey activity
And I press "Save and return to course"
And I follow "Test survey name"
Then I should see "Attitudes Towards Thinking and Learning"
And I click on "Actions menu" "link"
And I follow "Edit settings"
And I navigate to "Edit settings" in current page administration
And I set the following fields to these values:
| Survey type | Critical incidents |
And I press "Save and display"
And I should see "At what moment in class were you most engaged as a learner?"
And I click on "Actions menu" "link"
And I follow "Edit settings"
And I navigate to "Edit settings" in current page administration
And I set the following fields to these values:
| Survey type | COLLES (Preferred and Actual) |
And I press "Save and display"