kinow commented on issue #1306:
URL: https://github.com/apache/jena/issues/1306#issuecomment-1304638297

   @afs can you try this patch and let me know if the output of the test 
changes, please?
   
   ```difff
   diff --git a/jena-fuseki2/jena-fuseki-ui/tests/e2e/specs/datasets.cy.js 
b/jena-fuseki2/jena-fuseki-ui/tests/e2e/specs/datasets.cy.js
   index 35f5e98595..303ce2cd60 100644
   --- a/jena-fuseki2/jena-fuseki-ui/tests/e2e/specs/datasets.cy.js
   +++ b/jena-fuseki2/jena-fuseki-ui/tests/e2e/specs/datasets.cy.js
   @@ -287,6 +287,9 @@ describe('datasets', () => {
            .contains('Loading')
            .should('not.exist')
          // Now the table must have the new columns with the graph name and 
count.
   +      cy
   +        .get('table.jena-table > thead > tr > th')
   +        .should('be.visible')
          cy
            .get('table.jena-table > thead > tr > th')
            .eq(0)
   
   ```


-- 
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