Cleanup and add documentation for tags
* Fixed one scenario to work with the default setting * Fixed one typo in scenario * Removed unused tags * Documented the tags currently in use Change-Id: I14687782857daf79dcd497b934dff99fc45a3997
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@reset-preferences-after @login @en.wikipedia.beta.wmflabs.org @commons.wikimedia.beta.wmflabs.org
|
@login @reset-preferences-after @en.wikipedia.beta.wmflabs.org @commons.wikimedia.beta.wmflabs.org
|
||||||
Feature: Font selection
|
Feature: Font selection
|
||||||
|
|
||||||
In order to have better using experience,
|
In order to have better using experience,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @language @sandbox.translatewiki.net
|
@language
|
||||||
Feature: Universal Language Selector Accept-Language
|
Feature: Universal Language Selector Accept-Language
|
||||||
|
|
||||||
Scenario Outline: Accept-Language
|
Scenario Outline: Accept-Language
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
|
@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
|
||||||
Feature: ULS settings panel
|
Feature: ULS settings panel
|
||||||
|
|
||||||
@login
|
@login @ime-default-on
|
||||||
Scenario Outline: Input settings display
|
Scenario Outline: Input settings display
|
||||||
Givan I am <user status>
|
Given I am <user status>
|
||||||
And I am on a page without interlanguage links
|
And I am on a page without interlanguage links
|
||||||
When I open "Input" panel of language settings
|
When I open "Input" panel of language settings
|
||||||
Then I can enable input methods
|
Then I can disable input methods
|
||||||
And I can disable input methods
|
And I can enable input methods
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
| user status |
|
| user status |
|
||||||
|
|||||||
26
tests/browser/tags.txt
Normal file
26
tests/browser/tags.txt
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
This file contains the descriptions of the tags we use.
|
||||||
|
|
||||||
|
@en.wikipedia.beta.wmflabs.org
|
||||||
|
@commons.wikimedia.beta.wmflabs.org
|
||||||
|
Test is run on this domain unless further excluded by other tags.
|
||||||
|
|
||||||
|
@language
|
||||||
|
This tests needs support from Accept-Language header setting from the
|
||||||
|
webdriver.
|
||||||
|
|
||||||
|
@ime-default-on
|
||||||
|
These tests expect input methods to be enabled by default.
|
||||||
|
|
||||||
|
@login
|
||||||
|
This test logs in. You can filter these tests out if you don't have an
|
||||||
|
account available.
|
||||||
|
|
||||||
|
@reset-preferences-after
|
||||||
|
This test changes user preferences and resets them at the end. In theory you
|
||||||
|
could use your normal user account if you skip these tests, but I would not
|
||||||
|
recommend doing that.
|
||||||
|
|
||||||
|
@uls-in-personal-only
|
||||||
|
@uls-in-sidebar-only
|
||||||
|
These tests will automatically be marked as skipped if ULS configuration is
|
||||||
|
not the one expected for the test.
|
||||||
Reference in New Issue
Block a user