https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185
--- Comment #3 from M. Tompsett <[email protected]> --- Created attachment 68830 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68830&action=edit Bug 19185: Change to use ENV, fix login and passwords The kohadevbox has admin/admin set, so for testing when creating the initial superuser, if you wish to minimize effort, use admin/admin. Otherwise, make sure to: export KOHA_USER={whatever your user is} export KOHA_PASS={whatever your password is} before attempting to run the test. Also, this test was failing because 'sub auth' was using the ugliest of xpath's to find the submit button. I've noticed the other selenium tests have similar functions. It might be an idea to build a t/lib/Selenium.pm so as to reduce code duplication and older versions differing from newer versions. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
