hi <@447162114407137310> . Thanks for your respons...
# help
e
hi @fancy-mechanic-10638 . Thanks for your response. I tried that as well but no luck since the element is not loading to the Cypress Test Runner at all and so my below code throwing error at Line 3 - finding '[data-testid=document-dialog] h3'). : (
Copy code
cy.get('[data-testid=open-document]', {timeout : 60000}).click().then(($div) => {
        cy.wrap($div)
        .find('[data-testid=document-dialog] h3')
        .should('have.text', 'bankStatement.html')
        cy.on("uncaught:exception", () => {
        return false;
      });
    });