Cleanup Cucumber tags in Selenium tests
Removing no longer used @clean and @login tags. Bug: T127423 Change-Id: Id6f1abfae63b35b7e01dc9d58450a52a35d7c9df
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user