You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

3 years ago
@mod @mod_attendance
Feature: Test the calendar related features in the attendance module
Background:
Given the following "courses" exist:
| fullname | shortname | summary | category | timecreated | timemodified |
| Course 1 | C1 | Prove the attendance activity works | 0 | ##yesterday## | ##yesterday## |
And the following "users" exist:
| username | firstname | lastname | email |
| teacher1 | Teacher | 1 | teacher1@example.com |
| student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| course | user | role | timestart |
| C1 | student1 | student | ##yesterday## |
| C1 | teacher1 | editingteacher | ##yesterday## |
3 years ago
And the following "activity" exists:
| activity | attendance |
| course | C1 |
| idnumber | 00001 |
| name | Test attendance |
And I log in as "teacher1"
3 years ago
@javascript
Scenario: Calendar events can be created automatically with sessions creation
3 years ago
Given I am on "Course 1" course homepage with editing mode on
And I add the "Calendar" block
And I am on the "Test attendance" "mod_attendance > View" page
And I follow "Add session"
And I set the following fields to these values:
| id_sestime_starthour | 23 |
| id_sestime_startminute | 00 |
| id_sestime_endhour | 23 |
| id_sestime_endminute | 55 |
And I click on "id_submitbutton" "button"
And I am on "Course 1" course homepage
3 years ago
And I click on "Full calendar" "link"
Then I should see "Test attendance"