[
  {
    "actions": [
      {
        "action": "navigate",
        "type": "navigate",
        "url": "{base_url}/opportunities"
      },
      {
        "action": "wait_for",
        "selector": "input[placeholder=\"Search opportunities...\"]",
        "timeout_ms": 30000,
        "type": "wait_for_selector"
      },
      {
        "action": "wait_for",
        "selector": "tbody tr[data-testid=\"opportunity-row\"]:first-of-type button[title=\"Open Quote Builder\"]",
        "timeout_ms": 30000,
        "type": "wait_for_selector"
      },
      {
        "action": "click",
        "selector": "tbody tr[data-testid=\"opportunity-row\"]:first-of-type button[title=\"Open Quote Builder\"]",
        "type": "click"
      },
      {
        "action": "wait_for",
        "selector": "[data-testid=\"quotation-builder-sections-tab\"]",
        "timeout_ms": 30000,
        "type": "wait_for_selector"
      },
      {
        "action": "click",
        "selector": "[data-testid=\"quotation-builder-sections-tab\"]",
        "type": "click"
      },
      {
        "action": "wait_for",
        "selector": "[data-testid=\"quotation-builder-add-section-button\"]:not([disabled])",
        "timeout_ms": 15000,
        "type": "wait_for_selector"
      },
      {
        "action": "click",
        "selector": "[data-testid=\"quotation-builder-add-section-button\"]:not([disabled])",
        "type": "click"
      },
      {
        "action": "wait_for",
        "selector": "[data-testid=\"quotation-builder-section-title-input\"]",
        "timeout_ms": 15000,
        "type": "wait_for_selector"
      },
      {
        "action": "fill",
        "selector": "[data-testid=\"quotation-builder-section-title-input\"]",
        "type": "fill",
        "value": "L2 long section title that used to be cropped on the right side of the input"
      },
      {
        "action": "press",
        "key": "Tab",
        "selector": "[data-testid=\"quotation-builder-section-title-input\"]",
        "type": "press"
      },
      {
        "action": "assert_input_value",
        "selector": "[data-testid=\"quotation-builder-section-title-input\"]",
        "type": "assert_input_value",
        "value": "L2 long section title that used to be cropped on the right side of the input"
      },
      {
        "text": "Opportunities",
        "type": "assert_text"
      }
    ],
    "capture_each_step": true,
    "expected_result": "Quote Builder opens from the first opportunity row; the Sections tab is reachable, Add Section produces a new section with a full-width editable title input (no longer capped at max-w-2xl), and a long title saves without cropping or autosave errors.",
    "human_journey": true,
    "name": "quote-builder-section-title-input-width",
    "path": "/opportunities",
    "selectors": [],
    "source": "proof_contract",
    "start_path": "/",
    "texts": [
      "Opportunities"
    ]
  }
]