https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42772
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED --- Comment #17 from Jonathan Druart <[email protected]> --- 1. Toolbar_spec.ts <testcase name="Sticky toolbar - basic behavior Should stick on scroll" time="0.000" classname="Should stick on scroll"> <failure message="Timed out retrying after 10000ms: expected '<div#toolbar.btn-toolbar.sticky>' to have class 'floating'" type="AssertionError"><![CDATA[AssertionError: Timed out re trying after 10000ms: expected '<div#toolbar.btn-toolbar.sticky>' to have class 'floating' at Context.eval (webpack://koha/./t/cypress/integration/Toolbar_spec.ts:13:27)]]></failure> 2. ERM/UsageReports_spec.ts <testcase name="Custom reports Should show the Display by year filter when filter is required" time="0.000" classname="Should show the Display by year filter when filter is required"> <failure message="Timed out retrying after 10000ms: `cy.wait()` timed out waiting `10000ms` for the 1st request to the route: `reportRequest`. No request ever occurred. https://on.cypress.io/wait" type="CypressError"><![CDATA[CypressError: Timed out retrying after 10000ms: `cy.wait()` timed out waiting `10000ms` for the 1st request to the route: `reportRequest`. No request ever o ccurred. And 3. Acquisitions/EdifactSearch_spec.ts https://on.cypress.io/uncaught-exception-from-application" type="ReferenceError"><![CDATA[ReferenceError: The following error originated from your application code, not from Cypress. > execute is not defined 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/api/v1/contrib/jump/static/static_files/jump.js:174:9) => Coming from the Jump plugin, not relevant: the tests are passing when the plugin is disabled. -- 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/
