|
|
@ -38,7 +38,8 @@ Feature: Teachers and Students can record session attendance |
|
|
|
And I follow "Add" |
|
|
|
And I set the field "Allow students to record own attendance" to "1" |
|
|
|
And I set the following fields to these values: |
|
|
|
| id_sestime_starthour | 23 | |
|
|
|
| id_sestime_starthour | 22 | |
|
|
|
| id_sestime_endhour | 23 | |
|
|
|
And I click on "id_submitbutton" "button" |
|
|
|
And I log out |
|
|
|
When I log in as "student1" |
|
|
@ -63,6 +64,7 @@ Feature: Teachers and Students can record session attendance |
|
|
|
And I follow "Add" |
|
|
|
And I set the following fields to these values: |
|
|
|
| id_sestime_starthour | 01 | |
|
|
|
| id_sestime_endhour | 02 | |
|
|
|
And I click on "id_submitbutton" "button" |
|
|
|
And I follow "Report" |
|
|
|
And I follow "Low grade" |
|
|
@ -82,6 +84,7 @@ Feature: Teachers and Students can record session attendance |
|
|
|
And I follow "Add" |
|
|
|
And I set the following fields to these values: |
|
|
|
| id_sestime_starthour | 01 | |
|
|
|
| id_sestime_endhour | 02 | |
|
|
|
And I click on "id_submitbutton" "button" |
|
|
|
And I follow "Export" |
|
|
|
Then the field "id_ident_idnumber" matches value "" |
|
|
|