From e9ddbb6f9408ecc85af21d7a27483e28d314a43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 24 Feb 2024 11:16:00 +0100 Subject: [PATCH] Fix tests/csvexport_test.php. --- tests/behat/questionnaire_activity_completion.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/questionnaire_activity_completion.feature b/tests/behat/questionnaire_activity_completion.feature index 32e9e856..a9082e39 100644 --- a/tests/behat/questionnaire_activity_completion.feature +++ b/tests/behat/questionnaire_activity_completion.feature @@ -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"