Browser test: fix log in Selenium tests
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Tue, 16 Feb 2016 11:53:06 +0000 (12:53 +0100)
committerHashar <hashar@free.fr>
Wed, 17 Feb 2016 13:09:34 +0000 (13:09 +0000)
commit88e5638e82a063bdbe8919ed89b80b7b44597f9a
tree16078448ad9308bd394bdcd2a9d7ad0df0173207
parent5b33f0fca1f2853d6dab8f52a4ef9c700ab189c1
Browser test: fix log in Selenium tests

LoginPage is removed from mediawiki_selenium Ruby gem. This repository
is the only repository that needs it, so the file is copied here.

Also, user used to be logged in via the API, not really testing if log
in via the web site works. It is fixed now.

Bug: T127042
Change-Id: Iff85d66a9a6d3343c212fe648c589539e889a313
tests/browser/features/login.feature
tests/browser/features/step_definitions/login_steps.rb
tests/browser/features/support/pages/login_page.rb [new file with mode: 0644]