Zfilipin has submitted this change and it was merged. Change subject: changed the scripts to use Selenium_user instead of uploadwizardtest and removed the login success page now that we use Central Auth ......................................................................
changed the scripts to use Selenium_user instead of uploadwizardtest and removed the login success page now that we use Central Auth Change-Id: I3f37f4afa5e6570c7a4d38deea2959f0ba04a490 --- D tests/acceptance/features/support/pages/login_success_page.rb 1 file changed, 0 insertions(+), 5 deletions(-) Approvals: Zfilipin: Verified; Looks good to me, approved diff --git a/tests/acceptance/features/support/pages/login_success_page.rb b/tests/acceptance/features/support/pages/login_success_page.rb deleted file mode 100644 index 2e1b96e..0000000 --- a/tests/acceptance/features/support/pages/login_success_page.rb +++ /dev/null @@ -1,5 +0,0 @@ -class LoginSuccessPage - include PageObject - - a(:returntomain_link, href: "/wiki/Main_Page") -end -- To view, visit https://gerrit.wikimedia.org/r/51626 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3f37f4afa5e6570c7a4d38deea2959f0ba04a490 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Mgrover <[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
