mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
f850ddf73b
All other repositories have tests in “tests” folder. For more information see: http://lists.wikimedia.org/pipermail/qa/2014-July/001663.html http://lists.wikimedia.org/pipermail/qa/2014-July/001667.html http://lists.wikimedia.org/pipermail/qa/2014-July/001672.html Change-Id: Ib1e4fa4b7203bd8217615db1ceac23a329c081f1
22 lines
854 B
Gherkin
22 lines
854 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: Switching between wikitext and Visual Editor modes
|
|
|
|
Test for both pathways that allow switching between Visual Editor and wikitext editing modes.
|
|
|
|
Background:
|
|
Given I am logged in
|
|
And I go to the browser specific edit page page
|
|
When I click Edit for VisualEditor
|
|
|
|
Scenario: Switch editing modes via toolbar
|
|
When I enter the wikitext editor
|
|
And I click Edit for VisualEditor
|
|
Then I should be in Visual Editor editing mode
|
|
|
|
Scenario: Switch editing modes via Page Settings drop-down menu
|
|
When I click the Switch to source editing menu option
|
|
And I clear the confirm dialog
|
|
And I see the wikitext editor
|
|
And I click Edit for VisualEditor from this page
|
|
Then I should be in Visual Editor editing alternate mode
|