Cleanup Cucumber tags in Selenium tests

Removing no longer used @clean and @login tags.

Bug: T127423
Change-Id: Id6f1abfae63b35b7e01dc9d58450a52a35d7c9df
This commit is contained in:
Željko Filipin
2016-02-19 14:56:05 +01:00
parent 6a2b2e0bba
commit f5b55a473e
10 changed files with 10 additions and 26 deletions

View File

@@ -4,7 +4,6 @@ Feature: Autonym font
* With tofu detection in ULS, system fonts will be given preference over webfonts.
* Reference: https://upload.wikimedia.org/wikipedia/commons/7/7d/ULS-WebFonts-Workflow-Diagram.png
@login
Scenario: Autonym font is used in the ULS language search dialog for display language selection by logged-in users
Given I am logged in
And I open the Universal Language Selector
@@ -12,7 +11,6 @@ Feature: Autonym font
When I click the button with the ellipsis
Then the language list of ULS should use Autonym font
@login
Scenario: Autonym font is used in the ULS language search dialog for input language selection by logged-in users
Given I am logged in
And I open the Universal Language Selector

View File

@@ -1,4 +1,4 @@
@firefox @internet_explorer_10 @login @phantomjs
@firefox @internet_explorer_10 @phantomjs
Feature: Font selection default disabled
In order to have better using experience,

View File

@@ -1,4 +1,4 @@
@firefox @internet_explorer_10 @language-browsertests.wmflabs.org @login @phantomjs
@firefox @internet_explorer_10 @language-browsertests.wmflabs.org @phantomjs
Feature: Font selection default enabled
In order to have better using experience,

View File

@@ -6,7 +6,7 @@ activated by the input method indicator. User can type with selected input
method in different input fields and temporarily activate and deactivate the
input method.
@clean @commons.wikimedia.beta.wmflabs.org @internet_explorer_10
@commons.wikimedia.beta.wmflabs.org @internet_explorer_10
Scenario: Input method indicator is shown
The input method indicator is shown when input field gets a focus.
@@ -54,7 +54,7 @@ input method.
Then I should see the input method indicator
And in it there must be an element with Malayalam text
@clean @commons.wikimedia.beta.wmflabs.org @internet_explorer_10
@commons.wikimedia.beta.wmflabs.org @internet_explorer_10
Scenario Outline: Input method menu is completely visible
Given I visit a random page with <skin> skin and <language> as the interface language
When I open the input method menu

View File

@@ -1,4 +1,4 @@
@firefox @internet_explorer_10 @login @phantomjs
@firefox @internet_explorer_10 @phantomjs
Feature: Live preview of display language changes
Background:
@@ -14,7 +14,6 @@ Feature: Live preview of display language changes
And I click on the link to select Malayalam
Then I should see the text in the language panel in Malayalam
@clean
Scenario: Live preview of display language changes can be reverted on cancel
Given I open the Universal Language Selector
And I open Display panel of language settings
@@ -23,7 +22,6 @@ Feature: Live preview of display language changes
And I open Display panel of language settings
Then I should see the text in the language panel in English
@clean
Scenario: Live preview of display language changes can be reverted on closing the dialog with the X button
Given I open the Universal Language Selector
And I open Display panel of language settings
@@ -33,7 +31,7 @@ Feature: Live preview of display language changes
Then I should see the text in the language panel in English
# https://phabricator.wikimedia.org/T59967
# @clean @commons.wikimedia.beta.wmflabs.org
# @commons.wikimedia.beta.wmflabs.org
Scenario: Live preview of display language changes can be reverted on closing the dialog on cancel from a different panel
Given I open the Universal Language Selector
And I open Display panel of language settings

View File

@@ -1,5 +1,5 @@
# First scenario seems to fail whenever OpenDyslexic is missing
@firefox @internet_explorer_10 @login @phantomjs
@firefox @internet_explorer_10 @phantomjs
Feature: Persistent settings
This assumes wiki content language is English.

View File

@@ -1,7 +1,7 @@
@firefox @internet_explorer_10 @phantomjs
Feature: Settings panel
@login @ime-default-on
@ime-default-on
Scenario Outline: Input settings display
Given I am <user status>
And I am on a page without interlanguage links
@@ -33,7 +33,6 @@ Feature: Settings panel
And I see Language Search
And I can navigate back to Input Settings
@login
Scenario: More languages (interface language selection)
Given I am logged in
When I open Language panel of language settings
@@ -43,7 +42,6 @@ Feature: Settings panel
And I see Language Search
And I can navigate back to Language Settings
@login
Scenario: Temporary live preview for menu language
Given I am logged in
@@ -67,7 +65,6 @@ Feature: Settings panel
When I open Language panel of language settings
Then I see "English (sama kuin sisällön)" as the name of the content language
@login
Scenario: Selecting language via [...] button
Given I am logged in
@@ -78,7 +75,6 @@ Feature: Settings panel
And I apply the changes
Then my interface language is "German"
@login
Scenario: Regression test for bug T58913
Given I am logged in

View File

@@ -1,4 +1,4 @@
@firefox @internet_explorer_10 @login @phantomjs
@firefox @internet_explorer_10 @phantomjs
Feature: Font preferences respected in different languages
If a user has an edit font preferences respect that preference.
@@ -11,7 +11,6 @@ Feature: Font preferences respected in different languages
Given I am logged in
And I have reset my preferences
@clean
Scenario: Edit area fonts should not change on UI language change if the user preferences for edit area font are set
When I set the editing fonts to "monospace"
And I set "Hindi" as the interface language

View File

@@ -1,7 +1,7 @@
@firefox @internet_explorer_10 @phantomjs
Feature: Trigger in personal toolbar
@commons.wikimedia.beta.wmflabs.org @login
@commons.wikimedia.beta.wmflabs.org
Scenario: Open language selector when logged in
Given I am logged in
When I click language selector trigger element
@@ -25,8 +25,6 @@ Feature: Trigger in personal toolbar
When I click language selector trigger element
Then I should see the language selector
@login
Scenario Outline: Opening language settings from sidebar
Given I am <user status>
And I am on <page type>
@@ -40,7 +38,6 @@ Feature: Trigger in personal toolbar
| logged out | a talk page without interlanguage links |
| logged out | a talk page with interlanguage links |
@login
Scenario Outline: Closing language settings without saving
Given I am <user status>
And I am on a page without interlanguage links

View File

@@ -10,7 +10,3 @@ This file contains the descriptions of the tags we use.
@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.