[Koha-bugs] [Bug 33370] Agreements_spec.ts is failing randomly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 30 14:32:48 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33370

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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.


More information about the Koha-bugs mailing list