Summary: | Cypress tests for the Preservation module are failing | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to stable --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, matt.blenkinsop |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00,23.11.03
|
|
Circulation function: | |||
Bug Depends on: | 35477 | ||
Bug Blocks: | |||
Attachments: |
Bug 35940: (bug 35477 follow-up) Fix cypress tests
Bug 35940: Close modal before typing |
Description
Jonathan Druart
2024-01-30 13:29:24 UTC
Created attachment 161635 [details] [review] Bug 35940: (bug 35477 follow-up) Fix cypress tests AssertionError: Timed out retrying after 10000ms: Expected to find element: `main div[class='dialog message']`, but never found it. We moved from message to alert. Timed out retrying after 10000ms: cy.type() failed because this element: <input required="" class="vs__search" aria-autocomplete="list" aria-labelledby="vs1__combobox" aria-controls="vs1__listbox" type="search" autocomplete="off" data-v-5540f13a=""> is being covered by another element: <h1 data-v-018a4733="">2 new i...</h1> The modal appears to need closing Created attachment 161699 [details] [review] Bug 35940: Close modal before typing Tests currently fail due to a modal remaining open. This patch closes the modal to make the tests pass After getting past the regressions.t fail, we now see this one on Jenkins. I have tested locally and now pushed the patches in hope to get us to green. Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.03 |