Remove failing tests from Commons

These tests fail because no Wikimedia has webfonts
enabled by default.
This will be addressed more thoroughly by rewriting
the tests to support the new setting, and by enabling
the feature by default on a new testing wiki.

Change-Id: Id197e0b2535097cf5e583e51427ca6130839e1ff
This commit is contained in:
Amir E. Aharoni
2014-02-20 17:58:23 +04:00
parent 05ab9f30dc
commit 0be71e418e
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# First scenario seems to fail whenever OpenDyslexic is missing # First scenario seems to fail whenever OpenDyslexic is missing
@commons.wikimedia.beta.wmflabs.org @login @needs-custom-setup @login @needs-custom-setup
Feature: Persistent settings Feature: Persistent settings
This assumes wiki content language is English. This assumes wiki content language is English.

View File

@@ -77,7 +77,7 @@ Feature: Settings panel
And I apply the changes And I apply the changes
Then my interface language is "German" Then my interface language is "German"
@commons.wikimedia.beta.wmflabs.org @login @login
Scenario: Regression test for bug 56913 Scenario: Regression test for bug 56913
Given I am logged in Given I am logged in

View File

@@ -11,7 +11,6 @@ Feature: Font preferences respected in different languages
Given I am logged in Given I am logged in
And I have reset my preferences And I have reset my preferences
@commons.wikimedia.beta.wmflabs.org
Scenario: Edit area fonts should not change on UI language change if the user preferences for edit area font are set 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" When I set the editing fonts to "monospace"
And I set "Hindi" as the interface language And I set "Hindi" as the interface language
@@ -19,7 +18,7 @@ Feature: Font preferences respected in different languages
Then I should see the edit area text being displayed using "monospace" font Then I should see the edit area text being displayed using "monospace" font
# Needs OpenDyslexic font to have been configured on the target wiki # Needs OpenDyslexic font to have been configured on the target wiki
@needs-custom-setup @commons.wikimedia.beta.wmflabs.org @needs-custom-setup
Scenario: Edit area should use the fonts selected by the user from ULS for a language Scenario: Edit area should use the fonts selected by the user from ULS for a language
When I select OpenDyslexic font for the content language When I select OpenDyslexic font for the content language
And I start editing a page And I start editing a page