[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  @block @block_calendar_month
   2  Feature: Enable the calendar block on the site front page
   3    In order to enable the calendar block on the site front page
   4    As an admin
   5    I can add the calendar block on the site front page
   6  
   7    @javascript
   8    Scenario: View a global event in the calendar block on the front page
   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 am on site homepage
  14      And I create a calendar event with form data:
  15        | id_eventtype | Site |
  16        | id_name | Site Event |
  17      And I log out
  18      When I log in as "student1"
  19      And I am on site homepage
  20      And I hover over today in the calendar
  21      Then I should see "Site Event"


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