https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33370
--- Comment #2 from Jonathan Druart <[email protected]> --- And I saw another one using Cypress UI Timed out retrying after 4050ms: cy.click() failed because this element: <a href="/cgi-bin/koha/erm/agreements/add" class="btn btn-default">...</a> is being covered by another element: <div class="modal_centered" data-v-018a4733="">...</div> Fix this problem, or use {force: true} to disable error checking.Learn more t/cypress/integration/Agreements_spec.ts:181:38 179 | // Click the button in the toolbar 180 | cy.visit("/cgi-bin/koha/erm/agreements"); > 181 | cy.contains("New agreement").click(); -- 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/
