2014-04-18 15:33:12 +00:00
|
|
|
@en.wikipedia.beta.wmflabs.org @firefox @login @make_selectable_line @test2.wikipedia.org
|
2013-09-27 17:49:51 +00:00
|
|
|
Feature: VisualEditor Bullets, Numbering
|
2014-04-18 15:33:12 +00:00
|
|
|
|
2013-09-27 17:49:51 +00:00
|
|
|
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-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-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 |
|