https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33282 --- Comment #5 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- 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. -- You are receiving this mail because: You are watching all bug changes.