https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243
--- Comment #15 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
