[koha-commits] main Koha release repository branch master updated. v20.05.00-547-g70ff3bafa0

Git repo owner gitmaster at git.koha-community.org
Mon Aug 10 13:01:20 CEST 2020


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  70ff3bafa05a30944962747953c70bb8dc3c1ab8 (commit)
      from  7b8664b5590cdffc2579bebc1fd6435fe236d879 (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 70ff3bafa05a30944962747953c70bb8dc3c1ab8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 10 11:59:58 2020 +0200

    Bug 26162: Wait for the table to be refreshed
    
    The previous patch did not work as expected. We still got a
    StaleElementReference exception.
    But this time on
    10:43:47 selenium_1   | Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"xpath","selector":"//*[@id=\"branchname\"]"}
    Because we found the one that existed on the page, not the one sent back
    in AJAX.
    
    The idea of this patch is to search for the "Showing 1 to X of Y entries" info and wait for X == Y
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 t/db_dependent/selenium/administration_tasks.t |  6 ++---
 t/lib/Selenium.pm                              | 31 +++++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list