Bug 28249: Prevent Selenium->wait_for_element_visible to fall in an infinite loop
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 28 Apr 2021 12:52:20 +0000 (14:52 +0200)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Tue, 25 May 2021 13:58:43 +0000 (15:58 +0200)
commite6d1444ce2a93c8f66216e80aaeec09783ddc0ef
tree136f60211848e7ecf65a42fe40bdacb39b9ea153
parent5bb2b5bafce61e647bda72cf3ff1e41fb0edb218
Bug 28249: Prevent Selenium->wait_for_element_visible to fall in an infinite loop

Stop if max_retries is reached

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit e751ce8cf2be1648fe424d08d9eefeb75d639967)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 1fa3bb0e23bba97bba101841e1e0ea988cf6c602)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
(cherry picked from commit ef8eae9b0d691b7cac07656d00acd9b8baf2792c)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/lib/Selenium.pm