From: Cmcmahon Date: Wed, 2 Jul 2014 15:37:10 +0000 (-0700) Subject: QA: need login tags for Jenkins build X-Git-Tag: 1.31.0-rc.0~15128 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=7cf1051458e2211b154aeb8da79d7286613c6a3a;p=lhc%2Fweb%2Fwiklou.git QA: need login tags for Jenkins build Change-Id: I6663c6f6f59d692a9825ff8b462b30e1b2214ae0 --- 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