Feature: Checkout Page
File name: checkout.feature
Relative path: feature/checkout.feature
Given
the user is on the checkout page of the Saucedemo website
When
the user fills out the checkout form with the following details:
First Name | John |
---|---|
Last Name | Doe |
Postal Code | 12345 |
And
the user clicks the Continue button
Then
the checkout page should display the order review page
Given
the user is on the checkout page of the Saucedemo website
When
the user fills out the checkout form with empty values
And
the user clicks the Continue button
Then
the checkout page should display error messages for required fields