Koha/t/db_dependent/selenium
Jonathan Druart 65edbe5af2 Bug 29485: (follow-up) Trying to prevent administration_tasks.t to fail randomly
Recreated the problem after run #47
Error while executing command: no such element: Unable to locate element: //*[@id="userid"] at /usr/local/share/perl/5.28.1/Selenium/Remote/Driver.pm line 411.

With this patch I do not longer recreate the failure. It's ugly but,
well, I don't have any other solutions. It seems that the accept_alert
is taking too long and is async (??)

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-11-24 09:38:13 +01:00
..
00-onboarding.t Bug 19185: Add missing +x on new test files 2021-10-25 13:09:34 +02:00
01-installation.t Bug 19185: Add missing +x on new test files 2021-10-25 13:09:34 +02:00
administration_tasks.t Bug 29485: (follow-up) Trying to prevent administration_tasks.t to fail randomly 2021-11-24 09:38:13 +01:00
authentication.t
basic_workflow.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
patrons_search.t
regressions.t Bug 28959: Fix other cases 2021-10-28 17:47:38 +02:00
remove_from_cart.t Bug 29368: Fix remove_from_cart 2021-10-29 15:46:17 +02:00
self_registration.t Bug 28929: Add selenium tests 2021-09-30 09:18:57 +02:00
update_child_to_adult.t