Cmcmahon has uploaded a new change for review.

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


Change subject: login before create page, partial fix for tests on beta and 
test2
......................................................................

login before create page, partial fix for tests on beta and test2

Change-Id: Ie9ef23c0fc947490b08893db548d5c4759aa7f71
---
M features/page.feature
1 file changed, 11 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/35/59335/1

diff --git a/features/page.feature b/features/page.feature
index 5a9bc10..7392538 100644
--- a/features/page.feature
+++ b/features/page.feature
@@ -1,12 +1,15 @@
+@login
 Feature: Page
 
-  Scenario: Anonymous goes to page that does not exist
-    Given I am at page that does not exist
+  Scenario: Go to page that does not exist
+    Given I am logged in
+    And I am at page that does not exist
     Then page text should contain There is currently no text in this page.
       And link Create should be there
 
-  Scenario: Anonymous goes to start a new page using the URL
-    Given I am at page that does not exist
+  Scenario: Go to start a new page using the URL
+    Given I am logged in
+    And I am at page that does not exist
     When I click link Create
     Then edit page should open
       And text box with page text should be there
@@ -15,8 +18,9 @@
       And Show Changes button should be there
       And Edit controls should be there
 
-  Scenario: Anonymous starts a new page using the URL
-    Given I am at page that does not exist
+  Scenario: Start a new page using the URL
+    Given I am logged in
+    And I am at page that does not exist
     When I click link Create
       And I enter article text
       And I click Save page button
@@ -28,7 +32,6 @@
       And View History link should be there
       And watchlist element should not be there
 
-  @login
   Scenario: Move existing page dialog
     Given I am logged in
       And I am starting a page to be moved
@@ -41,7 +44,7 @@
       And I should see a Leave a redirect radio button
       And I should see a Watch source page radio button
 
-  @ie6-bug @login
+  @ie6-bug
   Scenario: Move existing page
     Given I am logged in
     And I am starting a page to be moved to a new name

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

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

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

Reply via email to