[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 @editor @editor_atto @atto @atto_strike @_bug_phantomjs 2 Feature: Atto strike button 3 To format text in Atto, I need to use the strike button. 4 5 @javascript 6 Scenario: Strike some text 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 "MUA" 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 "Strike through" "button" 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 "<strike>MUA</strike>" 21
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |