[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/blocks/myprofile/tests/behat/ -> block_myprofile_dashboard.feature (source)

   1  @block @block_myprofile
   2  Feature: The logged in user block allows users to view their profile information in on the dashboard
   3    In order to enable the logged in user block on the dashboard
   4    As a user
   5    I can add the logged in user block to a the dashboard and view my information
   6  
   7    Scenario: View the logged in user block by a user on the dashboard
   8      Given the following "users" exist:
   9        | username | firstname | lastname | email                |
  10        | teacher1 | Teacher   | One      | teacher1@example.com |
  11      And I log in as "teacher1"
  12      And I press "Customise this page"
  13      When I add the "Logged in user" block
  14      Then I should see "Teacher One" in the "Logged in user" "block"


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