Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53394


Change subject: Disabled feature that works only locally
......................................................................

Disabled feature that works only locally

Universal Language Selector Accept-Language feature at the moment only
works locally, does not work at Sauce Labs. Disabling the feature until
it works at Sauce Labs too.

Change-Id: Ibba0e39777b8a13fa70bd261cc492c75e18c295d
---
M config/cucumber.yml
M features/accept_language.feature
2 files changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/94/53394/1

diff --git a/config/cucumber.yml b/config/cucumber.yml
index f4d5df3..1ecf2bd 100644
--- a/config/cucumber.yml
+++ b/config/cucumber.yml
@@ -1,7 +1,7 @@
 chrome: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@firefox
 ci: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html
 default: --format progress
-firefox: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html
+firefox: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@firefox-bug
 ie6: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@ie6-bug 
--tags ~@firefox
 ie7: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@ie7-bug 
--tags ~@firefox
 ie8: --format Cucumber::Formatter::Sauce --out reports/junit --format html 
--out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@ie8-bug 
--tags ~@firefox
diff --git a/features/accept_language.feature b/features/accept_language.feature
index 96d6cd5..21382b2 100644
--- a/features/accept_language.feature
+++ b/features/accept_language.feature
@@ -1,4 +1,5 @@
-@firefox
+# TODO: at the moment only works locally, does not work at Sauce Labs
+@firefox @firefox-bug
 Feature: Universal Language Selector Accept-Language
 
   Scenario Outline: Accept-Language

-- 
To view, visit https://gerrit.wikimedia.org/r/53394
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibba0e39777b8a13fa70bd261cc492c75e18c295d
Gerrit-PatchSet: 1
Gerrit-Project: qa/browsertests
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to