21 Apr
2020
21 Apr
'20
11:25 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19384 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.