[
  {
    "actions": [
      {
        "action": "navigate",
        "type": "navigate",
        "url": "{base_url}/"
      },
      {
        "action": "wait_for",
        "selector": "[aria-label=\"Project Navigator\"]",
        "timeout_ms": 10000,
        "type": "wait_for_selector"
      },
      {
        "action": "click",
        "selector": "[aria-label=\"Project Navigator\"]",
        "type": "click"
      },
      {
        "action": "wait_for",
        "selector": "[data-testid='pn-dashboard-grid'] [data-testid^='pn-project-card-']",
        "timeout_ms": 15000,
        "type": "wait_for_selector"
      },
      {
        "text": "Project Navigator",
        "type": "assert_text"
      }
    ],
    "capture_each_step": true,
    "expected_result": "Project Navigator dashboard loads with project cards. No \u00a3NaN text is present \u2014 the formatCurrency fix (parseFloat guard) ensures NaN never reaches the display layer.",
    "human_journey": true,
    "name": "pn-no-nan-totals",
    "path": "/pn",
    "selectors": [],
    "source": "proof_contract",
    "start_path": "/",
    "texts": [
      "Project Navigator"
    ]
  }
]