mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
ba90be7d7a
Confirmed with James F that this was an intentional Parsoid change (and not a bug). Change-Id: I21d7eba4675eaf7250267003516585e96069b4e6
22 lines
954 B
Gherkin
22 lines
954 B
Gherkin
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login
|
|
Feature: VisualEditor Headings
|
|
|
|
@edit_user_page
|
|
Scenario Outline: Cycle through headings values
|
|
When I click the down arrow on Headings interface
|
|
And I click <headings_interface_name>
|
|
And I click Save page
|
|
And I click Review your changes
|
|
Then <headings_string> should appear in the diff view
|
|
And I can click the X on the save box
|
|
Examples:
|
|
| headings_interface_name | headings_string |
|
|
| Paragraph | "^Editing" |
|
|
| Heading | "^== Editing" |
|
|
| Subheading1 | "^=== Editing" |
|
|
| Subheading2 | "^==== Editing" |
|
|
| Subheading3 | "^===== Editing" |
|
|
| Subheading4 | "^====== Editing" |
|
|
| Preformatted | " Editing" |
|
|
| Page title | "^= Editing" |
|