2014-02-25 14:58:18 +00:00
|
|
|
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @login
|
2013-08-28 13:02:52 +00:00
|
|
|
Feature: VisualEditor Headings
|
|
|
|
|
2013-09-25 17:11:03 +00:00
|
|
|
@edit_user_page
|
|
|
|
Scenario Outline: Cycle through headings values
|
|
|
|
When I click the down arrow on Headings interface
|
|
|
|
And I click <headings_interface_name>
|
2013-08-28 13:02:52 +00:00
|
|
|
And I click Save page
|
|
|
|
And I click Review your changes
|
2013-09-25 17:11:03 +00:00
|
|
|
Then <headings_string> should appear in the diff view
|
2013-10-08 22:38:04 +00:00
|
|
|
And I can click the X on the save box
|
2013-09-25 17:11:03 +00:00
|
|
|
Examples:
|
2013-12-06 14:54:50 +00:00
|
|
|
| headings_interface_name | headings_string |
|
|
|
|
| Paragraph | "^Editing" |
|
|
|
|
| Heading | "^== Editing" |
|
|
|
|
| Subheading1 | "^=== Editing" |
|
|
|
|
| Subheading2 | "^==== Editing" |
|
|
|
|
| Subheading3 | "^===== Editing" |
|
|
|
|
| Subheading4 | "^====== Editing" |
|
|
|
|
| Preformatted | " Editing" |
|
|
|
|
| Page title | "^= Editing" |
|