23 Apr
2025
23 Apr
'25
11:49 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39606 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- Notice the following couple of lines: cy.get("#fileuploadstatus").contains("100%"); cy.get("legend").contains("Look for existing records in catalog?").should('be.visible'); It makes Cypress wait 10s until "100%" appears (ie. the file is updated), then the block with the dropdown lists you are going to interact with to be visible. You should almost never use cy.wait. -- You are receiving this mail because: You are watching all bug changes.