Introduction
Negative assertions check that something does not happen or exist. They help catch errors by confirming unwanted things are absent.
Check that a button is not visible before a user action
Verify that an error message does not appear on valid input
Ensure a checkbox is not checked by default
Confirm a link does not exist on a page
Test that a modal is not open before clicking a trigger