{
  "version": "2.0.0",
  "goal": "Test the form validation of the gallery fixture checkout",
  "origin": "https://checkout.test",
  "grants": ["observe", "readforms", "detectfields", "readerrors", "verifyvisible"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the validated form" },
    { "id": "fields", "kind": "readforms", "label": "Read the form controls" },
    { "id": "shapes", "kind": "detectfields", "label": "Detect the field shapes" },
    { "id": "errors", "kind": "readerrors", "label": "Read the validation errors" },
    { "id": "banner", "kind": "verifyvisible", "label": "Verify the error banner renders", "target": ".form-error" }
  ]
}
