https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42705 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- Passing QA so we can see how jenkins behave but: 1. The tests are failing locally when using cypress open after a "misc4dev/run_tests.pl --run-only". Which means there is still something wrong 2. The code in the tests is not reusable 3. I don't understand how it can work if you login only once. You could if a selfcheckout user is set in AutoSelfCheckID and AutoSelfCheckPass 4. Making the CSRF token a parameter of fetch seems a flexible and reusable solution. This is what the last patch does but in an ugly way. 5. We are modifying the error handling of the low level fetch function in js/fetch/http-client.js, which may cause regressions. -- You are receiving this mail because: You are watching all bug changes.