[koha-commits] main Koha release repository branch master updated. v19.05.00-201-g90bd976

Git repo owner gitmaster at git.koha-community.org
Tue Jun 25 17:43:50 CEST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  90bd9763bd0cf49df722955008af0c59d79edfe0 (commit)
      from  c7047b45cb44adf12189e9180ef27fe8e63efa23 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90bd9763bd0cf49df722955008af0c59d79edfe0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jun 25 16:19:43 2019 +0100

    Bug 5287: (RM follow-up) Make tests basket compatible
    
    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 at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/selenium/regressions.t |    7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list