Skip to content

Commit

Permalink
Fix tests/csvexport_test.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Mar 14, 2024
1 parent 0334a66 commit e9ddbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/questionnaire_activity_completion.feature
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Feature: View activity completion information in the questionnaire activity
Then I should see "Are you still in School?"
And I should see "Select one choice"
And I should see "Enter some text"
And I set the field with xpath "//input[@type='radio' and @id='auto-rb0001']" to "1"
And I set the field with xpath "//input[@type='radio' and @id='auto-rb0005']" to "1"
And I set the field "Yes" to "1"
And I set the field "Three" to "1"
And I press "Submit questionnaire"
Then I should see "Thank you for completing this Questionnaire."
And I press "Continue"
Expand Down

0 comments on commit e9ddbb6

Please sign in to comment.