mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 03:18:48 +00:00
6953938b0f
Fixing failed Jenkins job bundle exec cucumber … --tags @en.wikipedia.beta.wmflabs.org --tags @firefox --tags @language_screenshot … 0 scenarios 0 steps 0m0.000s … https://integration.wikimedia.org/ci/job/browsertests-VisualEditor-langu age-screenshot-linux-firefox-sauce/LANGUAGE_SCREENSHOT_CODE=en,label=con tintLabsSlave/1/console Bug: 62737 Change-Id: I2da00dfae29fa6d51c45864caea42d39ec60983d
14 lines
438 B
Gherkin
14 lines
438 B
Gherkin
@en.wikipedia.beta.wmflabs.org @firefox @language_screenshot
|
|
Feature: Language Screenshot
|
|
|
|
Scenario: VisualEditor_Toolbar_Headings
|
|
Given I am editing a random page
|
|
When I click the down arrow on Headings interface
|
|
Then I should see Headings pull-down menu
|
|
|
|
Scenario: VisualEditor_Toolbar_Formatting
|
|
Given I am editing a random page
|
|
When I click the text style menu
|
|
Then I should see Formatting pull-down menu
|
|
|