X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/calendar/tests/behat
home
/
cbholdings
/
pasukulu
/
calendar
/
tests
/
behat
/
📁
..
📄
behat_calendar.php
(6.37 KB)
📄
behat_calendar_deprecated.php
(4.17 KB)
📄
calendar.feature
(18.46 KB)
📄
calendar_import.feature
(4.7 KB)
📄
calendar_lookahead.feature
(1.73 KB)
📄
calendar_utf8.feature
(948 B)
📄
calender_filter.feature
(3.08 KB)
📄
category_events.feature
(4.79 KB)
📄
export.feature
(4.28 KB)
📄
minicalendar.feature
(1.54 KB)
Editing: minicalendar.feature
@core @core_calendar Feature: Open calendar popup In order to view calendar information As a user I need to interact with the calendar Background: Given the following "users" exist: | username | firstname | lastname | email | | student1 | Student | 1 | student1@example.com | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "course enrolments" exist: | user | course | role | | student1 | C1 | student | And I log in as "admin" @javascript Scenario: I view calendar details of a day with multiple events Given I follow "Full calendar" And I create a calendar event: | Type of event | site | | Event title | Event 1:1 | | timestart[day] | 1 | And I create a calendar event: | Type of event | site | | Event title | Event 1:2 | | timestart[day] | 1 | When I reload the page Then I should see "Event 1:1" And I should see "Event 1:2" And I am on homepage When I hover over day "1" of this month in the mini-calendar block And I should see "Event 1:1" And I should see "Event 1:2" @javascript Scenario: I view calendar details for today Given I follow "Full calendar" When I create a calendar event: | Type of event | site | | Event title | Today's event | Then I should see "Today's event" And I am on homepage And I hover over today in the mini-calendar block And I should see "Today's event"
Upload File
Create Folder