https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19384
--- Comment #6 from Jonathan Druart <[email protected]> --- Look at the patches on these bug reports, then compare with what we have in t/db_dependent/selenium. Alex wrote the patches before the code has been moved to a t::lib::Selenium module (bug 19802 and bug 19243 were the start). The logic is correct, but the paths are too specific (maybe generated with a tool) which makes the maintainability very hard. The methods from the t::lib::Selenium should be used as much as possible (auth, click, fill_form, submit_form). I think administration_tasks.t is a good example to follow. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
