[ Index ]

PHP Cross Reference of Unnamed Project

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 follow "Profile" in the user menu
   9      And I follow "Edit profile"
  10      When I click on "Show more buttons" "button"
  11      Then "Equation editor" "button" should be visible
  12      And I click on "Show fewer buttons" "button"
  13      Then "Equation editor" "button" should not be visible
  14  


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