@chrome @en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @login @safari @test2.wikipedia.org Feature: VisualEditor Indent, Outdent Background: Given I go to the "Indent Outdent VisualEditor Test" page with content "Indent Outdent VisualEditor Test" And I make the text "Indent Outdent" be selected Scenario: Check indentation controls disabled by default Then Decrease indentation should be disabled And Increase indentation should be disabled Scenario Outline: check indent and outdent enable and disable When I click Then Decrease indentation should be And Increase indentation should be And I undo And Decrease indentation should be And Increase indentation should be Examples: | control | initial_state | final_state | | Bullets | enabled | disabled | | Numbering | enabled | disabled |