fancy-mechanic-10638
09/26/2022, 5:19 AMtypescript
cell.find('igx-hint').should('not.exist')
cell.find('hr').should('not.exist')
then the second one fails with `cy.find() failed because it requires a DOM element. If I comment either one out, then it works fine.