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

--- Comment #59 from Lucas Gass (lukeg) <[email protected]> ---
There is still 1 cypress test failing due to this patchset, I think:

  1) Vendor CRUD operations
       should edit a vendor:
     TypeError: The following error originated from your application code, not
from Cypress. It was caused by an unhandled promise rejection.

  > response.filter 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.

https://on.cypress.io/uncaught-exception-from-application


  2) Vendor CRUD operations
       should delete a vendor:
     TypeError: The following error originated from your application code, not
from Cypress. It was caused by an unhandled promise rejection.

  > response.filter 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.

https://on.cypress.io/uncaught-exception-from-application

-- 
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/

Reply via email to