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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 1 Feb 2022 07:55:40 +0000 (21:55 -1000)
commit1c054e70f88f652682688ccaadf845cd249b398b
tree90c0e08d502612d2a05216fd66140283f49c6b60
parent1d6e4be845151c54ec8d259c6e3d29a7718b0e4e
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>
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