Browse Source

Use a different attendance for unselected users.

nwp90-nwp90-allsessionsreport
Dan Marsden 5 years ago
parent
commit
cae478e8b2
  1. 4
      tests/behat/extra_features.feature

4
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 am on "Course 1" course homepage with editing mode on
And I add a "Attendance" to section "1" and I fill the form with: And I add a "Attendance" to section "1" and I fill the form with:
| Name | Test attendance | | Name | Test attendance |
And I add a "Attendance" to section "1" and I fill the form with:
| Name | Test2 attendance |
And I log out And I log out
Scenario: A teacher can create and update temporary users 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 Scenario: A teacher can use the radio buttons to set attendance values for unselected users
Given I log in as "teacher1" Given I log in as "teacher1"
And I am on "Course 1" course homepage And I am on "Course 1" course homepage
And I follow "Test attendance" And I follow "Test2 attendance"
And I follow "Add" And I follow "Add"
And I set the following fields to these values: And I set the following fields to these values:
| id_addmultiply | 0 | | id_addmultiply | 0 |

Loading…
Cancel
Save