Created
March 16, 2016 14:39
-
-
Save geshan/4512326704954f6b8388 to your computer and use it in GitHub Desktop.
https://github.com/Sylius/Sylius/blob/master/features/checkout/checkout_with_offline_payment.feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @checkout | |
| Feature: Checkout with offline payment | |
| In order to pay with cash or by external means | |
| As a Customer | |
| I want to be able to complete checkout process without paying | |
| Background: | |
| Given the store operates on a single channel in "France" | |
| And the store has a product "PHP T-Shirt" priced at "$19.99" | |
| And the store ships everywhere for free | |
| And the store allows paying offline | |
| @ui | |
| Scenario: Successfully placing an order | |
| Given I am logged in customer | |
| And I have product "PHP T-Shirt" in the cart | |
| When I proceed selecting "Offline" payment method | |
| And I confirm my order | |
| Then I should see the thank you page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment