[
  {
    "actions": [
      {
        "action": "navigate",
        "type": "navigate",
        "url": "{base_url}/invoicing"
      },
      {
        "action": "wait_for",
        "selector": "[data-testid=\"invoicing-this-month-turnover-card\"]",
        "timeout_ms": 30000,
        "type": "wait_for_selector"
      },
      {
        "text": "This Month Turnover",
        "type": "assert_text"
      },
      {
        "text": "Financials",
        "type": "assert_text"
      }
    ],
    "capture_each_step": true,
    "expected_result": "On /invoicing the This Month Turnover card renders with a month-bounded value (issued + pre-scheduled + agreed summed from invoices created this calendar month only, not all-time).",
    "human_journey": false,
    "kind": "static_render",
    "name": "invoicing-this-month-turnover-is-month-bounded",
    "path": "/invoicing",
    "selectors": [],
    "source": "proof_contract",
    "start_path": "/invoicing",
    "texts": [
      "Financials"
    ]
  }
]