Skip to the editor

Prove log out really logs you out

State across pages · level 3 of 5 · Nimbus

Landing back on the login page does not prove the session ended. Prove the protected page is no longer reachable.

The problem

Log in to Nimbus (demo@nimbus.app / secure123), log out, and prove the session is genuinely over.

The trap: a logout that only navigates you away, while quietly keeping you signed in, looks identical from the login page. The proof is that the dashboard is gone.

Done when

  • After logging out, the dashboard is no longer shown.

Bugs we plant

  • Log out leaves the user signed in

We break each one in a copy of the app. Your test has to fail on every copy.

Loading the editor…