[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 @block @block_calendar_upcoming 2 Feature: View a site event on the dashboard 3 In order to view a site event 4 As a student 5 I can view the event in the upcoming events block 6 7 Scenario: View a global event in the upcoming events block on the dashboard 8 Given the following "users" exist: 9 | username | firstname | lastname | email | idnumber | 10 | student1 | Student | 1 | student1@example.com | S1 | 11 And I log in as "admin" 12 And I create a calendar event with form data: 13 | id_eventtype | Site | 14 | id_name | My Site Event | 15 And I log out 16 When I log in as "student1" 17 Then I should see "My Site Event"
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |