kinow commented on issue #1644: URL: https://github.com/apache/jena/issues/1644#issuecomment-1332820514
>I don't think it is the test per se. Sorry, I had to read the other thread to remember what tests were failing. But your comment might be correct... the linked issue had this test failing in your logs, I believe: ``` [INFO] [TESTS] 1) datasets [INFO] [TESTS] Visits datasets page, also the application landing-page: [INFO] [TESTS] AssertionError: Timed out retrying after 7500ms: Expected to find element: `h2.text-center`, but never found it. [INFO] [TESTS] at Context.eval (webpack://apache-jena-fuseki/./tests/e2e/specs/datasets.cy.js:31:7) [INFO] [TESTS] ``` That test does very little. It visits `/`, waits for the loading spinning element to disappear, and tests that the HTML generated contains certain elements. I guess we could check if the tests that are failing are, perhaps, related to that loading / in progress element. Maybe that element, or the logic to generate it, suffers when there is a delay to load, or a network issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
