https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38049 Bug ID: 38049 Summary: Admin/RecordSources_spec.ts failing randomly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Record sources CRUD tests ✓ Add (3304ms) ✓ List (3217ms) 1) Edit ✓ Delete (2965ms) 4 passing (16s) 1 failing 1) Record sources CRUD tests Edit: TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.
$(...).tooltip is not a function
When Cypress detects uncaught errors originating from your application it will automatically fail the current test. This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event. -- You are receiving this mail because: You are watching all bug changes.