Bug 29779: Make selenium tests return green even if lib is missing
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 3 Jan 2022 11:38:29 +0000 (12:38 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Mon, 7 Feb 2022 16:21:26 +0000 (11:21 -0500)
commit40f7c8da15ef6f122823116ebf457b2657277606
tree0ace1c1de4336e8da9a7100f9f7d0f31bcca01b5
parent323428543012e9390c11463256d90a6105352625
Bug 29779: Make selenium tests return green even if lib is missing

Some selenium tests are not correctly written and they fail is
Selenium::Remote::Driver is missing.

Test plan:
1. Remove the lib rm `pmpath Selenium::Remote::Driver`
2. prove t/db_dependent/selenium/
should return green

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/selenium/administration_tasks.t
t/db_dependent/selenium/basic_workflow.t
t/db_dependent/selenium/patrons_search.t
t/db_dependent/selenium/regressions.t
t/db_dependent/selenium/remove_from_cart.t
t/db_dependent/selenium/self_registration.t
t/db_dependent/selenium/update_child_to_adult.t