mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
abc5b9920d
No longer needed, since the files are now in VisualEditor repository. Change-Id: Id677c2630ff5a1ae2d49f62058d0d4fdebeaf381
21 lines
846 B
Gherkin
21 lines
846 B
Gherkin
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login
|
|
Feature: VisualEditor Indent, Outdent
|
|
|
|
@make_selectable_line
|
|
Scenario: Check indentation controls disabled by default
|
|
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>
|
|
And Increase indentation should be <initial_state>
|
|
And I undo <control>
|
|
And Decrease indentation should be <final_state>
|
|
And Increase indentation should be <final_state>
|
|
Examples:
|
|
| control | initial_state | final_state |
|
|
| Bullets | enabled | disabled |
|
|
| Numbering | enabled | disabled |
|