afs commented on issue #1306: URL: https://github.com/apache/jena/issues/1306#issuecomment-1306150602
Not good I'm afraid. It's still going wrong in about the same place though the screenshot is slightly different (can see more of the previous tests).  I took out all the `'table.jena-table > tbody > tr > td'` tests and it then fails at "wait @getGraph"  Setting a much longer timeout does not help - but does confirm it is the `defaultCommandTimeout` that is happening. But i may be that the wanted content is never going to appear. If I move the block of tests to directly after the "after", it seems to be more reliable. But after yesterday, I'm not that confident it is stable. ``` after(() => { // Special endpoint that clears the datasets data. cy.request('/tests/reset') }) it('Edits the graph', () => { ... ``` This is PR#1607 But other than that I have run out of ideas. -- 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]
