[Bug 41384] New: SIP2/Accounts.ts is failing randomly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 Bug ID: 41384 Summary: SIP2/Accounts.ts is failing randomly Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Depends on: 41357 Koha_Main/3473 01:59:39 koha-1 | Running: SIP2/Accounts.ts (34 of 42) 01:59:39 koha-1 | <?xml version="1.0" encoding="UTF-8"?> 01:59:39 koha-1 | <testsuites name="Mocha Tests" time="32.403" tests="5" failures="1"> 01:59:39 koha-1 | <testsuite name="Root Suite" timestamp="2025-12-05T00:59:07" tests="0" file="t/cypress/integration/SIP2/Accounts.ts" time="0.000" failures="0"> 01:59:39 koha-1 | </testsuite> 01:59:39 koha-1 | <testsuite name="Accounts" timestamp="2025-12-05T00:59:07" tests="5" time="32.345" failures="1"> 02:00:21 koha-1 | <testcase name="Accounts List accounts" time="5.830" classname="List accounts"> 02:00:21 koha-1 | </testcase> 02:00:21 koha-1 | <testcase name="Accounts Add account" time="0.000" classname="Add account"> 02:00:21 koha-1 | <failure message="Timed out retrying after 10000ms: Expected to find content: 'Books' within the element: <li#vs3__option-0.vs__dropdown-option> but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected to find content: 'Books' within the element: <li#vs3__option-0.vs__dropdown-option> but never did. 02:00:21 koha-1 | at Context.eval (webpack://koha/./t/cypress/integration/SIP2/Accounts.ts:181:55)]]></failure> 02:00:21 koha-1 | </testcase> 02:00:21 koha-1 | <testcase name="Accounts Edit account" time="4.317" classname="Edit account"> 02:00:21 koha-1 | </testcase> 02:00:21 koha-1 | <testcase name="Accounts Show account" time="3.213" classname="Show account"> 02:00:21 koha-1 | </testcase> 02:00:21 koha-1 | <testcase name="Accounts Delete account" time="4.571" classname="Delete account"> 02:00:21 koha-1 | </testcase> 02:00:21 koha-1 | </testsuite> 02:00:21 koha-1 | </testsuites> Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41357 [Bug 41357] New SIP2 module is broken -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25551 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=41384 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com, | |pedro.amorim@openfifth.co.u | |k --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Koha_Main/3780 23:52:52 koha-1 | <failure message="Timed out retrying after 10000ms: Expected to find content: 'Books' within the element: <li#vs3__option-0.vs__dropdown-option> but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected to find content: 'Books' within the element: <li#vs3__option-0.vs__dropdown-option> but never did. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Koha_Main/3619 16:57:57 <testcase name="Accounts Add account" time="0.000" classname="Add account"> 16:57:57 <failure message="Timed out retrying after 10000ms: Expected to find content: 'Books' within the element: <li#vs3__option-0.vs__dropdown-option> but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 10000ms: Expected to find content: 'Books' within the element: <li#vs3__option-0.vs__dropdown-option> but never did. 16:57:57 at Context.eval (webpack://koha/./t/cypress/integration/SIP2/Accounts.ts:182:55)]]></failure> 16:57:57 </testcase> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 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=41384 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 195620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195620&action=edit Bug 41384: Trying to fix SIP2/Accounts.ts random failures The intercept is done too late, it must be done before we load the view, and then we should wait for it. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=41384 Jonathan Druart <jonathan.druart@gmail.com> 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=41384 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=41384 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.00 released in| | --- Comment #4 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=41384 Chloé Zermatten <chloe.zermatten@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=41384 --- Comment #5 from Chloé Zermatten <chloe.zermatten@openfifth.co.uk> --- All pushed to 25.11.x Thanks all! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting CC| |Laura.escamilla@bywatersolu | |tions.com --- Comment #6 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Not backported to 25.05.x. The patch does not apply cleanly and conflicts in the SIP2 Accounts TypeScript code, which appears to differ from the current 25.05.x branch. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 Bug 41384 depends on bug 41357, which changed state. Bug 41357 Summary: New SIP2 module is broken https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41357 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41384 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED CC| |david@davidnind.com --- Comment #7 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