[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

   1  @editor @editor_atto @atto @atto_superscript @_bug_phantomjs
   2  Feature: Atto superscript button
   3    To format text in Atto, I need to use the superscript button.
   4  
   5    @javascript
   6    Scenario: Subscript some text
   7      Given I log in as "admin"
   8      And I navigate to "Edit profile" node in "My profile settings"
   9      And I set the field "Description" to "Helicopter"
  10      And I set the field "Text editor" to "Plain text area"
  11      And I select the text in the "Description" Atto editor
  12      And I click on "Show more buttons" "button"
  13      When I click on "Superscript" "button"
  14      And I press "Update profile"
  15      And I follow "Edit profile"
  16      Then I should see "<sup>Helicopter</sup>"
  17  


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