https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898
--- Comment #15 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
