From 7cf1051458e2211b154aeb8da79d7286613c6a3a Mon Sep 17 00:00:00 2001 From: Cmcmahon Date: Wed, 2 Jul 2014 08:37:10 -0700 Subject: [PATCH] QA: need login tags for Jenkins build Change-Id: I6663c6f6f59d692a9825ff8b462b30e1b2214ae0 --- tests/browser/features/create_and_follow_wiki_link.feature | 4 ++-- tests/browser/features/edit_page.feature | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/browser/features/create_and_follow_wiki_link.feature b/tests/browser/features/create_and_follow_wiki_link.feature index 90e062d36b..29dd1c1fab 100644 --- a/tests/browser/features/create_and_follow_wiki_link.feature +++ b/tests/browser/features/create_and_follow_wiki_link.feature @@ -1,4 +1,4 @@ -@chrome @clean @en.wikipedia.beta.wmflabs.org @firefox @phantomjs @test2.wikipedia.org +@chrome @clean @en.wikipedia.beta.wmflabs.org @firefox @login @phantomjs @test2.wikipedia.org Feature: Create Page With Wiki Link Scenario: Create Page With Wiki Link @@ -6,4 +6,4 @@ Feature: Create Page With Wiki Link And I go to the "Link Source Test Page" page with content "This is a [[Link Target Test Page|link to the test target page]] right here." When I click the Link Target link Then I should be on the Link Target Test Page - And the page content should contain "Link Target Test Page" \ No newline at end of file + And the page content should contain "Link Target Test Page" diff --git a/tests/browser/features/edit_page.feature b/tests/browser/features/edit_page.feature index ef9991a202..8c089ad4fe 100644 --- a/tests/browser/features/edit_page.feature +++ b/tests/browser/features/edit_page.feature @@ -1,4 +1,4 @@ -@chrome @clean @en.wikipedia.beta.wmflabs.org @firefox @phantomjs @test2.wikipedia.org +@chrome @clean @en.wikipedia.beta.wmflabs.org @firefox @login @phantomjs @test2.wikipedia.org Feature: Edit Page Scenario: Create and edit page -- 2.20.1