TypeError: The following error originated from your application code, not from Cypress.
> Cannot read properties of undefined (reading 'style')
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.
https://on.cypress.io/uncaught-exception-from-application
at HTMLDocument.<anonymous> (http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/credit_types.pl:2165:40)
at e (http://kohadev-intra.mydnsname.org:8081/intranet-tmpl/lib/jquery/jquery-3.6.0.min_24.1200045.js:2:30038)
at t (http://kohadev-intra.mydnsname.org:8081/intranet-tmpl/lib/jquery/jquery-3.6.0.min_24.1200045.js:2:30340)
at o (http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/credit_types.pl:40:452)
at <unknown> (http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/credit_types.pl:40:825)