[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/course/tests/behat/ -> activities_edit_with_block_dock.feature (source)

   1  @core @core_course
   2  Feature: Open the edit menu when a block is docked
   3    In order to edit an activity with a block docked
   4    As a teacher
   5    I need to open the action menu
   6  
   7    @javascript
   8    Scenario: Open the action menu with a block docked
   9      Given the following "users" exist:
  10        | username | firstname | lastname | email |
  11        | teacher1 | Teacher | 1 | teacher1@example.com |
  12      And the following "courses" exist:
  13        | fullname | shortname | format |
  14        | Course 1 | C1 | weeks |
  15      And the following "course enrolments" exist:
  16        | user | course | role |
  17        | teacher1 | C1 | editingteacher |
  18      And I log in as "teacher1"
  19      And I follow "Course 1"
  20      And I turn editing mode on
  21      And I add a "Glossary" to section "1" and I fill the form with:
  22        | Name | Test glossary name |
  23        | Description | Test glossary description |
  24      And I dock "Navigation" block
  25      When I open "Test glossary name" actions menu
  26      Then "Test glossary name" actions menu should be open
  27      And I reload the page
  28      When I open "Test glossary name" actions menu
  29      Then "Test glossary name" actions menu should be open


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