Bug 30595: Prevent update_child_to_adult.t to fail randomly
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Apr 2022 09:42:09 +0000 (11:42 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 22 Apr 2022 20:02:52 +0000 (10:02 -1000)
commitc8199147b1054a1c4fe713668ee83a9654e5cfaa
tree5acfd503f5ffadea25d49ed4a1e7d75298937910
parent74792b35a83a863fa5e68c37f0c0f552f0c21a7b
Bug 30595: Prevent update_child_to_adult.t to fail randomly

t/db_dependent/selenium/update_child_to_adult.t ..         # Looks like you planned 3 tests but ran 2.

    #   Failed test 'Update child to adult'
    #   at t/db_dependent/selenium/update_child_to_adult.t line 132.
    # Looks like you planned 3 tests but ran 2.
    # Looks like you failed 1 test of 2 run.
t/db_dependent/selenium/update_child_to_adult.t .. 1/1
 #   Failed test 'Update child to patron'
 #   at t/db_dependent/selenium/update_child_to_adult.t line 153.
Cannot wait more for element '//input[@type="submit"]' to be visible at /kohadevbox/koha/t/lib/Selenium.pm line 189.

It happens when there are too many patron's categories and the submit
button is not in the viewport.

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/selenium/update_child_to_adult.t