reset @make_selectable_line properly again

Change-Id: I1efa45f639bc4a7cdd764be3f5c23ba2ef2605e9
This commit is contained in:
cmcmahon 2013-10-02 08:43:46 -07:00
parent eb0919981f
commit d8bdbd0570

View file

@ -6,6 +6,7 @@ Feature: VisualEditor Indent, Outdent
Then Decrease indentation should be disabled
And Increase indentation should be disabled
@make_selectable_line
Scenario Outline: check indent and outdent enable and disable
When I click <control>
Then Decrease indentation should be <initial_state>
@ -16,4 +17,4 @@ Feature: VisualEditor Indent, Outdent
Examples:
| control | initial_state | final_state |
| Bullets | enabled | disabled |
| Numbering | enabled | disabled |
| Numbering | enabled | disabled |