https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40816
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #26 from Victor Grousset/tuxayo <[email protected]> --- Thanks for the fix :) (In reply to Victor Grousset/tuxayo from comment #22) > (I'm sorting out Cypress issues also check them) Finally! Unfortunately there are 3 tests that fails with the patches: cypress run --config video=false --spec "t/cypress/integration/Tools/ManageMarcImport_spec.ts,t/cypress/integration/Auth/csrf.ts,t/cypress/integration/ERM/Agreements_spec.ts" ------------- 1) loads the manage MARC import page upload a MARC record: AssertionError: Timed out retrying after 10000ms: Expected to find content: 'View batch' but never did. at Context.eval (webpack://koha/./t/cypress/integration/Tools/ManageMarcImport_spec.ts:75:11) ---------------- 1) CSRF Add: AssertionError: Timed out retrying after 10000ms: Expected to find element: `select[name='libraries_length']`, but never found it. at Context.eval (webpack://koha/./t/cypress/integration/Auth/csrf.ts:112:11) -------------------- 1) Agreement CRUD operations Delete agreement: Error: The following error originated from your application code, not from Cypress. > ResizeObserver loop limit exceeded 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 <unknown> (http://koha:8081/cgi-bin/koha/erm/agreements:0:0) -- 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/
