Skip to content

Commit a906ac0

Browse files
lucaboeschsrobotta
authored andcommitted
Prepare for Moodle 4.3.
1 parent 6253d1a commit a906ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/behat/questionnaire_activity_completion.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Feature: View activity completion information in the questionnaire activity
108108
Then I should see "Are you still in School?"
109109
And I should see "Select one choice"
110110
And I should see "Enter some text"
111-
And I set the field "Yes" to "1"
112-
And I set the field "Three" to "1"
111+
And I set the field with xpath "//input[@type='radio' and @id='auto-rb0001']" to "1"
112+
And I set the field with xpath "//input[@type='radio' and @id='auto-rb0005']" to "1"
113113
And I press "Submit questionnaire"
114114
Then I should see "Thank you for completing this Questionnaire."
115115
And I press "Continue"

0 commit comments

Comments
 (0)