echoing-book-65002
09/27/2022, 1:30 AMcy.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;
});
});