CLOUDCRUISE UNITED

Eligibility Check

Simulates a form submit that causes an immediate full-page navigation (real HTML form action, not SPA). Reproduces the CS reinjection bug.

How this reproduces the bug:
  1. Workflow: Navigate here → Click #btnSubmit → BOOL (check #result-element)
  2. Click fires the form submit → immediate full-page navigation (0ms)
  3. CS is killed mid-screenshot/postNextAction for the Click node
  4. New CS on /reinjection-repro-result re-reads stale currentNode
  5. Bug: same node screenshots twice in quick succession