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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 30 Apr 2021 15:07:31 +0000 (17:07 +0200)
commite751ce8cf2be1648fe424d08d9eefeb75d639967
tree3b6fe3a53d6cd46db159bb038c0e475480508a43
parentdf9d0a849d204b2216827262532a8f2957d187e2
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>
t/lib/Selenium.pm