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:
Niklas Laxström
2013-09-02 17:13:08 +03:00
parent 34146ea023
commit 975e69d880
4 changed files with 32 additions and 6 deletions

View File

@@ -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
In order to have better using experience,

View File

@@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @language @sandbox.translatewiki.net
@language
Feature: Universal Language Selector Accept-Language
Scenario Outline: Accept-Language

View File

@@ -1,13 +1,13 @@
@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
Feature: ULS settings panel
@login
@login @ime-default-on
Scenario Outline: Input settings display
Givan I am <user status>
Given I am <user status>
And I am on a page without interlanguage links
When I open "Input" panel of language settings
Then I can enable input methods
And I can disable input methods
Then I can disable input methods
And I can enable input methods
Examples:
| user status |

26
tests/browser/tags.txt Normal file
View 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.