https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #232 from Victor Grousset/tuxayo <[email protected]> --- I got around 28 tests failing. On a ktd started with the patches. And also when starting on main and upgrading. And with defaultCommandTimeout: 20000 (that's what is usually needed on my slow laptop) Is there something else to do to run the tests besides starting KTD and running them directly? cypress run --config video=false --spec t/cypress/integration/Admin/CirculationTriggers_spec.ts Otherwise that looks like a legit failure. For example, for "Should display correct breadcrumbs", the .current class is indeed not on "Home". --- For the next patch version, can the steps to perform an upgrade added to the test plan? From what I have gathered it's: sudo perl /kohadevbox/misc4dev/cp_debian_files.pl --instance=kohadev --koha_dir=/kohadevbox/koha --gitify_dir=/kohadevbox/gitify yarn build But maybe they are wrong. And it took me some time to find about needing cp_debian_files.pl ---------- If I want to test the migration of the old triggers. Is there any interesting data to test? Or do I just put multiple triggers and check that the most popular stuff is picked as default? ------- 1. open the form "Confirm trigger context" 2. click on the "Patron category" list 3. try to scroll because you aren't finding the desired category 4. It barely scrolls. You have to thing about moving the mouse outside of the list and scroll there. If the size of the things lines up enough, when trying to scroll you don't get to see the beginning of the next patron category. So you can really think the list is 3 or 4 elements long and that's all. I almost reported that the list was incomplete instead of reporting this. ------ When not logged into Koha and going to http://localhost:8081/cgi-bin/koha/admin/circulation_triggers One is redirected to the login page. After login, the redirection is done to http://localhost:8081/cgi-bin/koha/admin/circulation_triggers.pl Which isn't valid and goes 404. I though I missed some setup step at some point. But it was just an invalid redirect. Maybe it's from the rewrite rule in debian/templates/apache-shared-intranet.conf -- 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/
