https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33282 --- Comment #6 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Pedro Amorim from comment #5)
This is not done yet, there's something weird happening with Packages_specs.ts. It doesn't fail running cypress open, but sometimes fails running cypress through CLI (headless), it's hard to pinpoint because it doesn't always fail.
I think it's something to do with the loading dialog modal. Following the tests in the browser, the "Loading..." dialog modal is always present, and it seems to sometimes block a click() in Packages_specs.ts. Instead of just adding {force:true} to the click(), I'm trying to figure out why "Loading..." modal never stops showing with Cypress on the browser, but haven't figured it out yet.
Weird! I've noticed a JS/DT error: "(alert) Something went wrong when loading the table. 200: OK." This is not expected. But it appears even when the tests pass. -- You are receiving this mail because: You are watching all bug changes.