wiki.techinc.nl/tests/browser/features
Antoine Musso d737e57624 Browser test: avoid loading elements over network
Page object let us search elements for which attributes match a given
regex.  Unfortunatly it loads the list of elements first, then foreach
of them trigger a call to Selenium to retrieve the attribute to match.

Attempting to regex match a link href, would cause hundred of roundtrip
to the Selenium host.

Instead, use a CSS selector to get the element we are interested in
which skips the bad page object code.

Bug: T92613
Bug: T112291
Change-Id: I12949a4d0ef61d38adbaaf622722c89033949cad
2015-09-17 13:07:30 +00:00
..
step_definitions rubocop: ignore node_modules and fix a single offense 2015-07-10 12:41:47 +02:00
support Browser test: avoid loading elements over network 2015-09-17 13:07:30 +00:00
create_account.feature Add login error browser test 2015-05-27 08:51:59 -07:00
create_and_follow_wiki_link.feature QA: Do not mention Wikimedia Foundation wikis in browser tests 2014-09-26 15:46:40 +00:00
edit_page.feature QA: Do not mention Wikimedia Foundation wikis in browser tests 2014-09-26 15:46:40 +00:00
file.feature QA: Refactor for mediawiki_selenium 1.0 2015-03-06 14:15:18 +00:00
login.feature QA: Refactor for mediawiki_selenium 1.0 2015-03-06 14:15:18 +00:00
main_page_links.feature QA: Do not mention Wikimedia Foundation wikis in browser tests 2014-09-26 15:46:40 +00:00
preferences.feature QA: Refactor for mediawiki_selenium 1.0 2015-03-06 14:15:18 +00:00
view_history.feature QA: Do not mention Wikimedia Foundation wikis in browser tests 2014-09-26 15:46:40 +00:00