mediawiki-extensions-Visual.../modules/ve-mw/tests/browser/features/options.feature
ryasmeen@wikimedia.org 4aa8be0e71 [BrowserTest] WIP adding cases to test other options under Page Settings to options.feature
Also:
* Fixed a typo in options_steps.rb
* Disabled Metrics/ClassLength Rubocop cop.

Change-Id: I7128ba8f7ebf9c63aef9399a9cdf24831e1a2d38
2014-11-04 15:01:45 -08:00

21 lines
733 B
Gherkin

@chrome @en.wikipedia.beta.wmflabs.org @firefox @internet_explorer_10 @safari @test2.wikipedia.org
Feature: VisualEditor Options
Background:
Given I go to the "Options VisualEditor Test" page with content "Options VisualEditor Test"
And I click in the editable part
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
And the options overlay should display Page Settings