jenkins-bot has submitted this change and it was merged.

Change subject: Update cookie name in QA tests
......................................................................


Update cookie name in QA tests

The name of the cookie used to trigger the mobile mode changed in
1fb258a0df8e9bb7cbbee57c3ecb7f0ea81914f0 to mf_useformat.

Change-Id: Iaf1df35c4bbcfa90cb32d2c67ae633b398cc86d6
---
M tests/acceptance/features/support/env.rb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Cmcmahon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/acceptance/features/support/env.rb 
b/tests/acceptance/features/support/env.rb
index 0efa33c..19787f1 100644
--- a/tests/acceptance/features/support/env.rb
+++ b/tests/acceptance/features/support/env.rb
@@ -44,7 +44,7 @@
   # see http://code.google.com/p/selenium/issues/detail?id=1953
   browser.goto HomePage.url
   # set a cookie forcing mobile mode
-  browser.cookies.add 'mf_mobileFormat', 'true'
+  browser.cookies.add 'mf_useformat', 'true'
   browser
 end
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf1df35c4bbcfa90cb32d2c67ae633b398cc86d6
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to