[Bug 41830] New: Acquisitions/Vendors_spec.ts is failing randomly
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 195448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195448&action=edit Bug 41830: Fix Vendors_spec.ts I think this happens because we select an option that didn't exist in the dropdown, and "Sorry, there is no matching options" from select2 is covering the discount input that is right under "Tax rates" 09:45:36 <testcase name="Vendor CRUD operations should add a vendor" time="0.000" classname="should add a vendor"> 09:45:36 <failure message="Timed out retrying after 10000ms: `cy.type()` failed because this element: 09:45:36 09:45:36 `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` 09:45:36 09:45:36 is being covered by another element: 09:45:36 09:45:36 `<li class="vs__no-options">Sorry, ...</li>` 09:45:36 09:45:36 Fix this problem, or use {force: true} to disable error checking. 09:45:36 09:45:36 https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 10000ms: `cy.type()` failed because this element: 09:45:36 09:45:36 `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Assignee|chris@bigballofwax.co.nz |jonathan.druart@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195448|0 |1 is obsolete| | --- Comment #2 from Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> --- Created attachment 195449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195449&action=edit Bug 41830: Fix Vendors_spec.ts I think this happens because we select an option that didn't exist in the dropdown, and "Sorry, there is no matching options" from select2 is covering the discount input that is right under "Tax rates" 09:45:36 <testcase name="Vendor CRUD operations should add a vendor" time="0.000" classname="should add a vendor"> 09:45:36 <failure message="Timed out retrying after 10000ms: `cy.type()` failed because this element: 09:45:36 09:45:36 `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` 09:45:36 09:45:36 is being covered by another element: 09:45:36 09:45:36 `<li class="vs__no-options">Sorry, ...</li>` 09:45:36 09:45:36 Fix this problem, or use {force: true} to disable error checking. 09:45:36 09:45:36 https://on.cypress.io/element-cannot-be-interacted-with" type="CypressError"><![CDATA[CypressError: Timed out retrying after 10000ms: `cy.type()` failed because this element: 09:45:36 09:45:36 `<input data-v-2a08b27a="" id="discount" inputmode="numeric" placeholder="Discount (%)" size="6">` Signed-off-by: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.00 released in| | --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|26.05.00 |26.05.00,25.11.04 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 --- Comment #4 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Thanks all, pushed to 25.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.05.00,25.11.04 |26.05.00,25.11.04,25.05.11 released in| | Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 --- Comment #5 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.05.09 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 --- Comment #6 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Correction: this was pushed for 25.05.11. --LE -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baptiste.wojtkowski@biblibr | |e.com Status|Pushed to oldstable |Needs documenting --- Comment #7 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- 24.11 is not concerned by the fix -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41830 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED CC| |david@davidnind.com Resolution|--- |FIXED --- Comment #8 from David Nind <david@davidnind.com> --- Test suite related, no changes to the manual required. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org