https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 --- Comment #11 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 75090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75090 Bug 19185: Add selenium tests for installation and onboarding process Review of attachment 75090: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19185&attachment=75090) ----------------------------------------------------------------- ::: t/db_dependent/selenium/00-installation.t @@ +52,5 @@
+ my $db_pass = C4::Context->config('pass'); + + $driver->get($base_url."mainpage.pl"); + + my $lang = "en"; # The idea here is to loop on all languages
Question: Why would we want to loop for all languages? Are you still intending on implementing this? -- You are receiving this mail because: You are watching all bug changes.