Practice ยท Content & Rendering
A/B Testing
Why this is tricky
Every "new visit" below renders one of two variants at random โ different heading, different button text. A test that asserts on one fixed string will fail roughly half the time for no real reason. The correct assertion checks that the page is one of the valid variants, not a specific one.
Initial state.