2014-09-11 15:08:38 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @safari @test2.wikipedia.org
|
2014-06-04 17:24:14 +00:00
|
|
|
Feature: VisualEditor Options
|
|
|
|
|
2014-11-04 11:21:28 +00:00
|
|
|
Background:
|
2014-06-04 17:24:14 +00:00
|
|
|
Given I go to the "Options VisualEditor Test" page with content "Options VisualEditor Test"
|
|
|
|
And I click in the editable part
|
2014-11-04 11:21:28 +00:00
|
|
|
And I click the hamburger menu
|
|
|
|
|
|
|
|
Scenario: Options
|
|
|
|
When I click Options
|
|
|
|
Then I should see the options overlay
|
|
|
|
|
|
|
|
Scenario: Advanced Settings
|
|
|
|
When I click Advanced Settings
|
|
|
|
Then I should see the options overlay
|
|
|
|
And the options overlay should display Advanced Settings
|
|
|
|
|
|
|
|
Scenario: Page Settings
|
|
|
|
When I click Page Settings
|
|
|
|
Then I should see the options overlay
|
2014-11-19 23:04:52 +00:00
|
|
|
And the options overlay should display Page Settings
|
|
|
|
|
|
|
|
Scenario: Categories
|
|
|
|
When I click Categories
|
|
|
|
Then I should see the options overlay
|
2014-11-24 22:56:56 +00:00
|
|
|
And the options overlay should display Categories
|
|
|
|
|
|
|
|
Scenario: Advanced Settings setting fields
|
|
|
|
When I click Advanced Settings
|
|
|
|
And I click Yes for Indexed by Search Engines
|
|
|
|
And I click Yes for showing tab for adding new section
|
|
|
|
And I check the option for Enable display title
|
|
|
|
And I type "automated test" for display title textbox
|
|
|
|
And I click Apply Changes button
|
|
|
|
And I click Save page
|
|
|
|
And I click Review your changes
|
|
|
|
Then the options set in Advanced Settings panel should appear in diff view
|