{
  "version": "2.0.0",
  "goal": "Fill the typeahead search of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": ["observe", "waitelement", "picktypeahead"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the typeahead search" },
    { "id": "ready", "kind": "waitelement", "label": "Wait for the search input", "target": ".search input", "options": "{\"wait\":1500}" },
    { "id": "pick", "kind": "picktypeahead", "label": "Pick the suggested product", "gate": true, "target": ".search input", "value": "lumen desk lamp" }
  ]
}
