Koha/t/lib
Jonathan Druart 70ff3bafa0 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@bugs.koha-community.org>
2020-08-10 12:31:44 +02:00
..
Koha/Plugin Bug 21468: (QA follow-up) Simplify payload 2020-07-30 17:30:24 +02:00
QA Bug 11529: (RM follow-up) Add WHILE to directive list 2019-08-05 18:43:26 +01:00
Dates.pm
Mocks.pm Bug 17845: Remove some missed references to branchprinter 2020-03-10 15:18:28 +00:00
Selenium.pm Bug 26162: Wait for the table to be refreshed 2020-08-10 12:31:44 +02:00
TestBuilder.pm Bug 25638: Make the tests pass - ignoring the actual issue 2020-06-09 16:15:07 +02:00