[Koha-bugs] [Bug 32898] Cypress tests are failing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 20 09:14:20 CET 2023


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

--- Comment #15 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
There is one test failing, 

GET 500 /api/v1/erm/eholdings/local/titles?_page=1&_per_page=1
no alias
5
get
main div[class='dialog alert']
0
AssertionError
Timed out retrying after 4000ms: Expected to find element: main
div[class='dialog alert'], but never found it.


The error is not raised to the user when we list titles. It's because
fetchLocalTitleCount does not call checkError.
We are dealing with that correctly in follow-up bugs, I am tempted to comment
the test for now and add it back later. What do you think Pedro?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list