2014-09-11 15:08:38 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @login @safari @test2.wikipedia.org
|
2013-09-27 17:49:51 +00:00
|
|
|
Feature: VisualEditor Bullets, Numbering
|
2014-04-18 15:33:12 +00:00
|
|
|
|
2014-05-05 19:10:47 +00:00
|
|
|
Background:
|
|
|
|
Given I go to the "Bullets VisualEditor Test" page with content "Bullets VisualEditor Test"
|
|
|
|
And I make the text "Bullets VisualEditor Test" be selected
|
|
|
|
|
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
|
2014-07-17 19:07:47 +00:00
|
|
|
And I can click Cancel save
|
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 |
|