Cypress - Assertions
Why is it important to use negative assertions like
should('not.exist') instead of just checking for absence by skipping the element selection in Cypress tests?