Selenium: replace UserLoginPage with BlankPage where possible
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Fri, 10 May 2019 15:56:42 +0000 (17:56 +0200)
committerZfilipin <zfilipin@wikimedia.org>
Mon, 8 Jul 2019 13:44:32 +0000 (13:44 +0000)
commit97c13ffeb854180843492046be6696cb0d49099e
treed10742be706efbcd191df8759dd88b82539e8045
parent888a8ec6852a3274107d1f307ef3d295a7947623
Selenium: replace UserLoginPage with BlankPage where possible

When using local storage, any page has to be open. UserLoginPage is usually used.
BlankPage should be slightly faster to load. It also makes it more clear than
any page would do the job.

Change-Id: I50b23993065ad6b093a6cc951d00b0bf7a3d5e68
tests/selenium/specs/page.js
tests/selenium/specs/rollback.js
tests/selenium/specs/user.js