From cae478e8b29624f2c84f3de71e2b3bfc7a42c3b5 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 13 Jul 2020 14:44:07 +1200 Subject: [PATCH] Use a different attendance for unselected users. --- tests/behat/extra_features.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/behat/extra_features.feature b/tests/behat/extra_features.feature index 802d2d6..75535bc 100644 --- a/tests/behat/extra_features.feature +++ b/tests/behat/extra_features.feature @@ -24,6 +24,8 @@ Feature: Test the various new features in the attendance module And I am on "Course 1" course homepage with editing mode on And I add a "Attendance" to section "1" and I fill the form with: | Name | Test attendance | + And I add a "Attendance" to section "1" and I fill the form with: + | Name | Test2 attendance | And I log out Scenario: A teacher can create and update temporary users @@ -213,7 +215,7 @@ Feature: Test the various new features in the attendance module Scenario: A teacher can use the radio buttons to set attendance values for unselected users Given I log in as "teacher1" And I am on "Course 1" course homepage - And I follow "Test attendance" + And I follow "Test2 attendance" And I follow "Add" And I set the following fields to these values: | id_addmultiply | 0 |