Demo Storefront

Guest checkout completes

Spec

test: "guest checkout completes"
start_url: https://demo.yalitest.com/store
mode: dry-run

intent: |
  add the backpack to cart
  proceed to checkout as a guest
  use the saved Visa ending 4242
  place the order

assertions:
  - "an order confirmation page is visible"
  - "the order number appears near the success message"
  - capture: order_number from "the order number"

Runs