[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/editor/atto/plugins/collapse/tests/behat/ -> collapse.feature (source)

   1  @editor @editor_atto @atto @atto_collapse
   2  Feature: Atto collapse button
   3    To access all the tools in Atto, I need to toggle the toolbar
   4  
   5    @javascript
   6    Scenario: Toggle toolbar
   7      Given I log in as "admin"
   8      And I navigate to "Edit profile" node in "My profile settings"
   9      When I click on "Show more buttons" "button"
  10      Then "Equation editor" "button" should be visible
  11      And I click on "Show fewer buttons" "button"
  12      Then "Equation editor" "button" should not be visible
  13  


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1