[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/blocks/calendar_month/tests/behat/ -> block_calendar_month_dashboard.feature (source)

   1  @block @block_calendar_month
   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 calendar
   6  
   7    @javascript
   8    Scenario: View a global event in the calendar block on the dashboard
   9      Given the following "users" exist:
  10        | username | firstname | lastname | email | idnumber |
  11        | student1 | Student | 1 | student1@example.com | S1 |
  12      And I log in as "admin"
  13      And I create a calendar event with form data:
  14        | id_eventtype | Site |
  15        | id_name | Site Event |
  16      And I log out
  17      When I log in as "student1"
  18      And I hover over today in the calendar
  19      Then I should see "Site Event"


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1