MDL-46001 atto_clear: modfied behat test to work on xvfb
[moodle.git] / lib / editor / atto / plugins / clear / tests / behat / clear.feature
blobb701da3bef4bb2acb4b4d468b06a05e605353907
1 @editor @editor_atto @atto @atto_clear @_bug_phantomjs
2 Feature: Atto clear button
3   To format text in Atto, I need to remove formatting
5   @javascript
6   Scenario: Clear formatting
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 "Text editor" to "Plain text area"
10     And I set the field "Description" to "Pisa"
11     And I select the text in the "Description" Atto editor
12     And I click on "Italic" "button"
13     And I click on "Show more buttons" "button"
14     And I select the text in the "Description" Atto editor
15     When I click on "Clear formatting" "button"
16     And I press "Update profile"
17     And I follow "Edit profile"
18     Then I should not see "<i>Pisa"