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).
   
   ![datasets -- After creating new datasets -- Edits the graph 
(failed)](https://user-images.githubusercontent.com/101362/200392361-4fb39787-e3bb-495a-8984-20f43b801d20.png)
   
   I took out all the `'table.jena-table > tbody > tr > td'` tests and it then 
fails at "wait @getGraph"
   ![datasets -- After creating new datasets -- Edits the graph 
(failed)](https://user-images.githubusercontent.com/101362/200393442-b7ab382f-f895-4a32-837e-fac126f340aa.png)
   
   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]

Reply via email to