## ColdVisit: 1 flow broke

### Apply a discount to the shopping bag
Broke at step 5, checking that an element on the page contains "$96.00".
Expected an element on the page to contain "$96.00". Found no "$96.00" there.

Checked 1 flow.

<details><summary>Run details</summary>


**Apply a discount to the shopping bag**: broke
1. Opening the start page
2. Checking that the "Studio headphones" heading is visible: `role=heading[name="Studio headphones"]`
3. Typing into the "Discount code" field: `label=Discount code`
4. Clicking the "Apply" button: `role=button[name="Apply"]`
5. Checking that an element on the page contains "$96.00": `[data-testid="order-total"]`
Reason: Expected text "$96.00" in \[data-testid="order-total"\]. (step 5)

</details>
