Martin Renvoize
90bd9763bd
The selenium tests for addtobasket/removefrombasket started to fail after the introduction of bug 5287. It turns out that a selenium click handler will trigger a scroll event if the element you're trying to click isn't in the view port. Unfortunately it scrolls the viewport just enough for the element to come on screen but that also triggers the floating toolbar in this case which ends up floating directly over the element we want to 'click' and so the click rightfully fails as the element is not 'clickable'. This patch works around the issue by setting the window size to being a HD screen in portrait orientation and therefore negates the need for scrolling to put the elements in within the viewport. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> |
||
---|---|---|
.. | ||
administration_tasks.t | ||
authentication.t | ||
basic_workflow.t | ||
patrons_search.t | ||
regressions.t | ||
update_child_to_adult.t |