https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33370 --- Comment #4 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Timed out retrying after 4050ms: cy.click() failed because this element: <a href="/cgi-bin/koha/erm/agreements" class="">...</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:141:55 139 | }); 140 | cy.visit("/cgi-bin/koha/erm/erm.pl");
141 | cy.get("#navmenulist").contains("Agreements").click(); | ^ 142 | cy.get("main div[class='dialog alert']").contains( 143 | /Something went wrong/ 144 | );
-- You are receiving this mail because: You are watching all bug changes.