@editor @editor_atto @atto @atto_indent Feature: Indent text in Atto To write rich text - I need to indent and outdent things. @javascript Scenario: Indent Given I log in as "admin" And I follow "Profile" in the user menu When I follow "Edit profile" And I set the field "Description" to "

I need some space.

" And I select the text in the "Description" Atto editor And I click on "Show more buttons" "button" And I click on "Indent" "button" And I press "Update profile" And I follow "Preferences" in the user menu And I follow "Editor preferences" And I set the field "Text editor" to "Plain text area" And I press "Save changes" And I follow "Edit profile" Then I should see "class=\"editor-indent\"" @javascript Scenario: Indent and outdent Given I log in as "admin" And I follow "Profile" in the user menu When I follow "Edit profile" And I set the field "Description" to "

I need some space.

" And I select the text in the "Description" Atto editor And I click on "Show more buttons" "button" And I click on "Indent" "button" And I click on "Outdent" "button" And I press "Update profile" And I follow "Preferences" in the user menu And I follow "Editor preferences" And I set the field "Text editor" to "Plain text area" And I press "Save changes" And I follow "Edit profile" Then I should not see "class=\"editor-indent\""