[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  @editor @editor_atto @atto @atto_title
   2  Feature: Atto title
   3    To format text in Atto, I need to add headings
   4  
   5    @javascript
   6    Scenario: Create a heading
   7      Given I log in as "admin"
   8      And I follow "Profile" in the user menu
   9      And I follow "Edit profile"
  10      And I set the field "Description" to "How The Rock Has Made the WWE World Heavyweight Title More Important Than Ever"
  11      And I select the text in the "Description" Atto editor
  12      When I click on "Paragraph styles" "button"
  13      When I click on "Heading (large)" "link"
  14      And I press "Update profile"
  15      And I follow "Preferences" in the user menu
  16      And I follow "Editor preferences"
  17      And I set the field "Text editor" to "Plain text area"
  18      And I press "Save changes"
  19      And I follow "Edit profile"
  20      Then I should see "<h3>How The Rock"
  21  


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