https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39606
--- Comment #14 from Lucas Gass (lukeg) <[email protected]> --- (In reply to Katrin Fischer from comment #13) > (In reply to Jonathan Druart from comment #12) > > 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. > > Can you please respond to this? Unless I am mistaken Jonathan's follow-up dealt with this. Is there more to do here? -- 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/
