Jdlrobson has uploaded a new change for review.

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

Change subject: Opt into alpha after login
......................................................................

Opt into alpha after login

This will hopefully let us know if the issue is tied to
anonymous users and session data being reset for them

Change-Id: I2bdf9b285f878976f9e806e363d5c875ddf02885
---
M tests/browser/features/editor_ve.feature
M tests/browser/features/keepgoing.feature
M tests/browser/features/page_loading.feature
3 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/22/125022/1

diff --git a/tests/browser/features/editor_ve.feature 
b/tests/browser/features/editor_ve.feature
index 5a0209b..35f8dde 100644
--- a/tests/browser/features/editor_ve.feature
+++ b/tests/browser/features/editor_ve.feature
@@ -2,8 +2,8 @@
 Feature: VisualEditor
 
 Background:
-  Given I am in alpha mode
-    And I am logged into the mobile website
+  Given I am logged into the mobile website
+    And I am in alpha mode
 
 Scenario: Switch from VisualEditor to source editor
   Given I am on the "Selenium Edit Test" page
diff --git a/tests/browser/features/keepgoing.feature 
b/tests/browser/features/keepgoing.feature
index 727f16c..6b6d208 100644
--- a/tests/browser/features/keepgoing.feature
+++ b/tests/browser/features/keepgoing.feature
@@ -12,8 +12,8 @@
     Then I see the KeepGoing drawer prompting me to continue editing
 
   Scenario: I see a KeepGoing message after completing my VisualEditor edit
-    Given I am in alpha mode
-      And I have just registered a new account
+    Given I have just registered a new account
+      And I am in alpha mode
       And I am on the "Selenium Edit Test" page
     When I click the edit button
       And I type "ABCDEFG" into VisualEditor
diff --git a/tests/browser/features/page_loading.feature 
b/tests/browser/features/page_loading.feature
index 252f9ab..1ca5ca0 100644
--- a/tests/browser/features/page_loading.feature
+++ b/tests/browser/features/page_loading.feature
@@ -13,8 +13,8 @@
 
 # In alpha mode pages are loaded via JavaScript and ajax.
 Scenario: Edit button updates when lazy load a page from search
-  Given I am in alpha mode
-    And I am logged in as a new user
+  Given I am logged in as a new user
+    And I am in alpha mode
     And I visit a protected page
     And I click the placeholder search box
     And I type into search box "Foo bar"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2bdf9b285f878976f9e806e363d5c875ddf02885
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to