stale-optician-85950
cy.wrap
cy.get('your selector').then($el => { cy.wrap($el).find('igx-hint').should('not.exist'); cy.wrap($el).find('hr').should('not.exist');