https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19359 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 68122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68122 Bug 19359 - Followup patch with xpaths changed to id's Review of attachment 68122: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19359&attachment=68122) ----------------------------------------------------------------- ::: t/lib/Selenium.pm @@ +13,5 @@
+ +my $dbh = C4::Context->dbh; +my $login = 'koha'; +my $password = 'koha'; +my $base_url= 'http://'.C4::Context->preference("staffClientBaseURL")."/cgi-bin/koha/";
You have the same "lack of ENV code as used by other tests" problem here. -- You are receiving this mail because: You are watching all bug changes.