You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/behat/adminsetting_studycodefield.feature
+2-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Feature: Within a moodle instance, an administrator should be able to set the va
20
20
Scenario: Switch as an admin to the adminsettings of the module offlinequiz and change the value of "Print study code field on question sheet". Then login as a teacher and add a new offline quiz to a course and check whether the default value has changed.
21
21
Given I log in as "admin"
22
22
And I navigate to "Plugins > Activity modules > Offline Quiz" in site administration
23
-
And I set the field "Print study code field on question sheet" to "1"
23
+
And I set the field "Print study code field on question sheet" to "1"
24
24
And I press "Save changes"
25
25
And I log out
26
26
And I log in as "teacher1"
@@ -33,3 +33,4 @@ Feature: Within a moodle instance, an administrator should be able to set the va
33
33
And I navigate to "Edit settings" in current page administration
34
34
And I expand all fieldsets
35
35
Then the field "Print study code field on question sheet" matches value "1"
0 commit comments