mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
reset @make_selectable_line properly again
Change-Id: I1efa45f639bc4a7cdd764be3f5c23ba2ef2605e9
This commit is contained in:
parent
eb0919981f
commit
d8bdbd0570
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue