https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Bug ID: 41830 Summary: Acquisitions/Vendors_spec.ts is failing randomly Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Blocks: 25551 02:37:32 koha-1 | <testsuite name="Vendor CRUD operations" timestamp="2026-02-11T02:36:31" tests="5" time="38.363" failures="1"> 02:39:26 koha-1 | <testcase name="Vendor CRUD operations should list vendors" time="6.773" classname="should list vendors"> 02:39:26 koha-1 | </testcase> 02:39:26 koha-1 | <testcase name="Vendor CRUD operations should add a vendor" time="0.000" classname="should add a vendor"> 02:39:26 koha-1 | <failure message="Timed out retrying after 10000ms: `cy.type()` failed because this element: 02:39:26 koha-1 | 02:39:26 koha-1 | `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` 02:39:26 koha-1 | 02:39:26 koha-1 | is being covered by another element: 02:39:26 koha-1 | 02:39:26 koha-1 | `<li class="vs__no-options">Sorry, ...</li>` 02:39:26 koha-1 | 02:39:26 koha-1 | Fix this problem, or use {force: true} to disable error checking. 02:39:26 koha-1 | 02:39:26 koha-1 | https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 10000ms: `cy.type()` failed because this element: 02:39:26 koha-1 | 02:39:26 koha-1 | `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` 02:39:26 koha-1 | 02:39:26 koha-1 | is being covered by another element: 02:39:26 koha-1 | 02:39:26 koha-1 | `<li class="vs__no-options">Sorry, ...</li>` 02:39:26 koha-1 | 02:39:26 koha-1 | Fix this problem, or use {force: true} to disable error checking. 02:39:26 koha-1 | 02:39:26 koha-1 | https://on.cypress.io/element-cannot-be-interacted-with 02:39:26 koha-1 | at ensureIsDescendent (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at ensureDescendents (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at ensureDescendentsAndScroll (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at ensureElIsNotCovered (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at runAllChecks (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at retryActionability (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at tryCatcher (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at Promise.attempt.Promise.try (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:4...) 02:39:26 koha-1 | at whenStable (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at <unknown> (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at tryCatcher (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at Promise._settlePromiseFromHandler (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at Promise._settlePromise (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at Promise._settlePromise0 (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at Promise._settlePromises (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at Promise._fulfill (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:1...) 02:39:26 koha-1 | at <unknown> (http://kohadev-intra.mydnsname.org:8081/__cypress/runner/cypress_runner.js:5...) 02:39:26 koha-1 | From Your Spec Code: 02:39:26 koha-1 | at Context.eval (webpack://koha/./t/cypress/integration/Acquisitions/Vendors_spec.ts:88:28)]]></failure> 02:39:26 koha-1 | </testcase> 02:39:26 koha-1 | <testcase name="Vendor CRUD operations should edit a vendor" time="4.015" classname="should edit a vendor"> 02:39:26 koha-1 | </testcase> 02:39:26 koha-1 | <testcase name="Vendor CRUD operations should show a vendor" time="3.214" classname="should show a vendor"> 02:39:26 koha-1 | </testcase> 02:39:26 koha-1 | <testcase name="Vendor CRUD operations should delete a vendor" time="4.358" classname="should delete a vendor"> 02:39:26 koha-1 | </testcase> 02:39:26 koha-1 | </testsuite> I don't recreate this one locally. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes.