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 |