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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 25 May 2021 11:09:40 +0000 (11:09 +0000)
commitef8eae9b0d691b7cac07656d00acd9b8baf2792c
treec91a60744725776514170b494d8e7916f4799c5f
parentd4836c73d8257d8e096359be136d4cd66b10e1bf
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>
t/lib/Selenium.pm