Cleanup of unused tags

Change-Id: Idaa483cc59baa795e6e63fcbfd471498a3e4edb8
This commit is contained in:
Niklas Laxström
2013-12-02 11:38:40 +02:00
parent 26adbd4894
commit f497a5683d
4 changed files with 1 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ Feature: Autonym font
Then the Interlanguage links should use Autonym font Then the Interlanguage links should use Autonym font
And elements that are not Interlanguage links should not use Autonym font And elements that are not Interlanguage links should not use Autonym font
@anon-language-selection @commons.wikimedia.beta.wmflabs.org @commons.wikimedia.beta.wmflabs.org
Scenario: Autonym font is used in the ULS language search dialog for input language selection by anonymous users Scenario: Autonym font is used in the ULS language search dialog for input language selection by anonymous users
Given I am at random page Given I am at random page
And I open the Universal Language Selector And I open the Universal Language Selector

View File

@@ -51,7 +51,6 @@ Feature: Settings panel
And I open "Language" panel of language settings And I open "Language" panel of language settings
Then the panel is in English Then the panel is in English
@no-anon-language-selection
Scenario: The name of site content language is correct when translation language is different Scenario: The name of site content language is correct when translation language is different
This feature is a bit hard to test. In most cases content language matches This feature is a bit hard to test. In most cases content language matches

View File

@@ -6,7 +6,6 @@ Feature: Trigger in personal toolbar
When I click language selector trigger element When I click language selector trigger element
Then I should see the language selector Then I should see the language selector
@no-anon-language-selection
Scenario: Open language settings when logged out and language change not allowed Scenario: Open language settings when logged out and language change not allowed
If the user is logged out, the user will either see the language selector If the user is logged out, the user will either see the language selector
@@ -17,7 +16,6 @@ Feature: Trigger in personal toolbar
When I click language selector trigger element When I click language selector trigger element
Then I see the logged in language settings panel Then I see the logged in language settings panel
@anon-language-selection
Scenario: Open language selector when logged out Scenario: Open language selector when logged out
Given I am at random page Given I am at random page

View File

@@ -19,8 +19,3 @@ This file contains the descriptions of the tags we use.
This test changes user preferences and resets them at the end. In theory you 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 could use your normal user account if you skip these tests, but I would not
recommend doing that. recommend doing that.
@anon-language-selection
@no-anon-language-selection
Depending on the wiki configuration, you should filter out either one of
these tests.