[Koha-bugs] [Bug 19384] [OMNIBUS] Add Selenium tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 21 11:25:53 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19384

--- Comment #6 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list