[Koha-bugs] [Bug 19243] Selenium test for testing the administration module functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 16 16:28:28 CEST 2017


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

--- Comment #15 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Alex, some remarks:
1. take a look at basic_workflow.t, there are some changes you did not take
into account (19337)
2. Tests must create the data they need and delete them. Here you are using the
FA framework and modify it. That means the tests will fail if executed twice.
3. The cleanup method is wrong, it should not be a method as the different
selenium test files will have different a cleanup.
4. t::lib::Selenium::pause_driver does not work as you would like?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list