https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898 --- Comment #22 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #15)
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?
Forget that, I was using an old version of dist file. -- You are receiving this mail because: You are watching all bug changes.