2013-10-28 15:55:31 +00:00
|
|
|
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login
|
2013-09-27 17:49:51 +00:00
|
|
|
Feature: VisualEditor Bullets, Numbering
|
|
|
|
@make_selectable_line
|
|
|
|
Scenario Outline: check strings for bullets and numbering
|
|
|
|
When I click <control>
|
2013-08-29 20:32:08 +00:00
|
|
|
And I click Save page
|
|
|
|
And I click Review your changes
|
2013-09-27 17:49:51 +00:00
|
|
|
Then a <character> is added in front of input string in the diff view
|
2013-10-09 18:48:54 +00:00
|
|
|
And I can click the X on the save box
|
2013-09-27 17:49:51 +00:00
|
|
|
Examples:
|
|
|
|
| control | character |
|
|
|
|
| Numbering | # |
|
|
|
|
| Bullets | * |
|
2013-08-29 20:32:08 +00:00
|
|
|
|
2013-10-02 15:02:10 +00:00
|
|
|
@make_selectable_line
|
2013-09-27 17:49:51 +00:00
|
|
|
Scenario Outline: check increase indent for bullets and numbering
|
|
|
|
When I click <control>
|
2013-08-29 20:32:08 +00:00
|
|
|
And I click Increase indentation
|
|
|
|
And I click Save page
|
|
|
|
And I click Review your changes
|
2013-09-27 17:49:51 +00:00
|
|
|
Then a <character> is added in front of input string in the diff view
|
2013-10-09 18:48:54 +00:00
|
|
|
And I can click the X on the save box
|
2013-08-29 20:32:08 +00:00
|
|
|
And I click Decrease indentation
|
2013-09-27 17:49:51 +00:00
|
|
|
Examples:
|
|
|
|
| control | character |
|
|
|
|
| Numbering | ## |
|
|
|
|
| Bullets | ** |
|
2013-08-29 20:32:08 +00:00
|
|
|
|
2013-10-02 15:02:10 +00:00
|
|
|
@make_selectable_line
|
2013-09-27 17:49:51 +00:00
|
|
|
Scenario Outline: check decrease indent for bullets and numbering
|
|
|
|
When I click <control>
|
2013-08-29 20:32:08 +00:00
|
|
|
And I click Decrease indentation
|
|
|
|
And I click Save page
|
|
|
|
And I click Review your changes
|
|
|
|
Then nothing is added in front of input string in the diff view
|
2013-10-09 18:48:54 +00:00
|
|
|
And I can click the X on the save box
|
2013-09-27 17:49:51 +00:00
|
|
|
Examples:
|
|
|
|
| control |
|
|
|
|
| Numbering |
|
|
|
|
| Bullets |
|