<@447162114407137310> And to build on <@6977949511...
# help
s
@fancy-mechanic-10638 And to build on @fresh-doctor-14925 suggestion, you can
cy.wrap
the yielded item i.e
Copy code
cy.get('your selector').then($el => {
   cy.wrap($el).find('igx-hint').should('not.exist');
   cy.wrap($el).find('hr').should('not.exist');