Zfilipin has uploaded a new change for review.

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

Change subject: Disable scenarios that fail at en.wikipedia.beta.wmflabs.org 
from running daily
......................................................................

Disable scenarios that fail at en.wikipedia.beta.wmflabs.org from running daily

Bug: T94153
Change-Id: I4631d7c9f98e6ad399eccf027baa58b7358d1df1
---
M tests/browser/features/categories.feature
M tests/browser/features/flow_in_recent_changes.feature
M tests/browser/features/flow_logged_in.feature
M tests/browser/features/moderation.feature
M tests/browser/features/new_topic.feature
M tests/browser/features/opt_in.feature
M tests/browser/features/reply_moderation.feature
M tests/browser/features/resolve_topic.feature
M tests/browser/features/special_enableflow.feature
M tests/browser/features/suppress.feature
10 files changed, 7 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/71/272471/1

diff --git a/tests/browser/features/categories.feature 
b/tests/browser/features/categories.feature
index 4706543..c82bd69 100644
--- a/tests/browser/features/categories.feature
+++ b/tests/browser/features/categories.feature
@@ -1,5 +1,4 @@
 @chrome @firefox @internet_explorer_10
-@en.wikipedia.beta.wmflabs.org
 Feature: Categories
 
   Assumes Flow is enabled for the Flow_test_talk namespace.
diff --git a/tests/browser/features/flow_in_recent_changes.feature 
b/tests/browser/features/flow_in_recent_changes.feature
index 6858665..786faff 100644
--- a/tests/browser/features/flow_in_recent_changes.feature
+++ b/tests/browser/features/flow_in_recent_changes.feature
@@ -1,6 +1,5 @@
 @chrome @firefox @internet_explorer_10
 @clean
-@en.wikipedia.beta.wmflabs.org
 Feature: Flow updates are in Recent Changes
 
   Background:
diff --git a/tests/browser/features/flow_logged_in.feature 
b/tests/browser/features/flow_logged_in.feature
index c0f925d..34014f7 100644
--- a/tests/browser/features/flow_logged_in.feature
+++ b/tests/browser/features/flow_logged_in.feature
@@ -1,6 +1,5 @@
 @chrome @firefox
 @clean @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Create new topic logged in
 
   It requires the cldr extension, a "Flow QA" page, and a "Selenium user" who 
has
diff --git a/tests/browser/features/moderation.feature 
b/tests/browser/features/moderation.feature
index 6711490..d431f0c 100644
--- a/tests/browser/features/moderation.feature
+++ b/tests/browser/features/moderation.feature
@@ -1,6 +1,5 @@
 @chrome @firefox @internet_explorer_10
 @clean @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Moderation
 
   Background:
diff --git a/tests/browser/features/new_topic.feature 
b/tests/browser/features/new_topic.feature
index edf3b60..2b0ba47 100644
--- a/tests/browser/features/new_topic.feature
+++ b/tests/browser/features/new_topic.feature
@@ -1,5 +1,4 @@
 @chrome @firefox @internet_explorer_10
-@en.wikipedia.beta.wmflabs.org
 Feature: Creating a new topic
 
   Scenario: Add new Flow topic as anonymous user
diff --git a/tests/browser/features/opt_in.feature 
b/tests/browser/features/opt_in.feature
index e2e7d65..e31224b 100644
--- a/tests/browser/features/opt_in.feature
+++ b/tests/browser/features/opt_in.feature
@@ -1,6 +1,5 @@
 @chrome @firefox
 @clean @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Opt-in Flow beta feature
 
   Depends on having $wgFlowEnableOptInBetaFeature = true
@@ -9,12 +8,13 @@
   Background:
     Given I am logged in as a new user
 
+  @en.wikipedia.beta.wmflabs.org
   Scenario: Opt-in: I don't have a talk page
     When I enable Flow beta feature
     Then my talk page is a Flow board
     And a notification tells me about it
 
-  @integration
+  @en.wikipedia.beta.wmflabs.org @integration
   Scenario: Opt-in: I have a wikitext talk page
     Given my talk page has wiktext content
     When I enable Flow beta feature
@@ -23,6 +23,7 @@
     And the board description contains the templates from my talk page
     And my previous talk page is archived
 
+  @en.wikipedia.beta.wmflabs.org
   Scenario: Opt-out: I didn't have a talk page
     Given I have Flow beta feature enabled
     When I disable Flow beta feature
diff --git a/tests/browser/features/reply_moderation.feature 
b/tests/browser/features/reply_moderation.feature
index d872112..078fa38 100644
--- a/tests/browser/features/reply_moderation.feature
+++ b/tests/browser/features/reply_moderation.feature
@@ -1,6 +1,5 @@
 @chrome @firefox @internet_explorer_10
 @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Reply moderation
 
   Background:
diff --git a/tests/browser/features/resolve_topic.feature 
b/tests/browser/features/resolve_topic.feature
index 2606d83..97f4f8b 100644
--- a/tests/browser/features/resolve_topic.feature
+++ b/tests/browser/features/resolve_topic.feature
@@ -1,6 +1,5 @@
 @chrome @firefox @internet_explorer_10
 @clean @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Mark topic as resolved
 
   Background:
@@ -8,11 +7,13 @@
     And I am logged in
     And I am on Flow page
 
+  @en.wikipedia.beta.wmflabs.org
   Scenario: Resolving a topic without a summary
     When I mark the first topic as resolved
     And I skip the summary
     Then the first topic is resolved
 
+  @en.wikipedia.beta.wmflabs.org
   Scenario: Resolving a topic and adding a summary
     When I mark the first topic as resolved
     And I summarize as "the answer is 42"
@@ -24,7 +25,7 @@
     And I keep the summary
     Then the first topic is resolved with summary "this answer should be kept"
 
-  @integration
+  @en.wikipedia.beta.wmflabs.org @integration
   Scenario: Resolving a topic and updating the summary
     Given I summarize the first topic as "this answer should be changed"
     When I mark the first topic as resolved
diff --git a/tests/browser/features/special_enableflow.feature 
b/tests/browser/features/special_enableflow.feature
index f49f239..ba1cadb 100644
--- a/tests/browser/features/special_enableflow.feature
+++ b/tests/browser/features/special_enableflow.feature
@@ -1,6 +1,5 @@
 @chrome @firefox @internet_explorer_10
 @clean @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Flow Special:EnableFlow enables new flow boards
 
   Assumes Template:Wikitext_talk_page_converted_to_Flow exists
diff --git a/tests/browser/features/suppress.feature 
b/tests/browser/features/suppress.feature
index f4cf22f..a19d691 100644
--- a/tests/browser/features/suppress.feature
+++ b/tests/browser/features/suppress.feature
@@ -1,6 +1,5 @@
 @chrome @firefox @internet_explorer_10
 @clean @login
-@en.wikipedia.beta.wmflabs.org
 Feature: Suppress
 
   Assumes Flow is enabled on Talk:Flow_QA
@@ -8,6 +7,7 @@
   Background:
     Given I am logged in
 
+  @en.wikipedia.beta.wmflabs.org
   Scenario: Suppressing a topic
     Given there is a new topic with title "suppress-topic"
     And I am on Flow page

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4631d7c9f98e6ad399eccf027baa58b7358d1df1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to