kinow commented on issue #1306: URL: https://github.com/apache/jena/issues/1306#issuecomment-1306153474
I will try to reproduce it again. If I manage to get an environment with the same error I can troubleshoot it. Basically what I will use for that is the chrome browser, either using Cypress' tools (like the step by step execution, that one that you move your mouse over the test steps to see what the UI looks like) with the browser console, or removing parts of the test until I can isolate what's causing it. When I do the latter I always change the test name so Cypress runs just that one test, and not everything. You can try that locally by renaming any test to `blabla.only` Adding `.only` tells Cypress to run just that one test. It is one of the limitations in Cypress that I believe others have fixed in Playwright and other tools. -- 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]
