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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 7 17:55:45 CET 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pedro.amorim at ptfs-europe.co
                   |                            |m

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
There is still Titles_spec.ts that is failing. It's caused by:

    await fetch(apiUrl + "?" + new URLSearchParams(params))
        //.then(checkError)
        .then(
            (response) =>
                (count_local_titles = response.headers.get("X-Total-Count"))
        );

The error is not displayed if a 500 is encountered. However I didn't manage to
fix it correctly.

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


More information about the Koha-bugs mailing list