t/db_dependent/selenium/regressions.t .. 1/7 Label not found for "last SKIP" at /usr/share/perl/5.28/Test/More.pm line 1370.
Created attachment 128958 [details] [review] 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
Created attachment 129615 [details] [review] 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>
All works as expected for me.. signing off.
Trivial, skipping QA.
Pushed to master for 22.05, thanks to everybody involved [U+1F984]
Pushed to 21.11.x for 21.11.03
Test was failing : https://jenkins.koha-community.org/view/master/job/Koha_Master/1910/ Commit in master : 090c70b746 Bug 29779: Fix unit tests count Also in 21.11.x : 4729fd7881 Bug 29779: Fix unit tests count for 21.11.x