Cypress error

AssertionError: Timed out retrying after 4000ms: expected false to be true

A generic retried assertion never became true in time. The real condition is whatever's asserted just above this line in the command log.

Why this happens

How to fix it

  1. Check the command log entry directly above the failure; that's the actual assertion that failed, not this generic message
  2. Confirm your test setup/data actually produces the state you're asserting on