The single most flake-prone test in any E2E suite is "user signs up,

verifies via emailed OTP, completes onboarding." Why? Because the email

is async, the test runner can't see it, and the bridge between the two

is a 60-line polling helper everyone writes once and nobody wants to

maintain.