minor #14951 Cover Api steps in paying offline during checkout scenario (TheMilek)

This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | no                                                      |
| BC breaks?      | no                                                     |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

9ae966d756 Cover Api steps in paying offline during checkout scenario
This commit is contained in:
Jan Góralski 2023-04-20 16:44:59 +02:00 committed by GitHub
commit 4a5643fca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,11 @@ Feature: Paying offline during checkout
And the store ships everywhere for Free
And the store allows paying Offline
@ui
@ui @api
Scenario: Successfully placing an order
Given I am a logged in customer
And I have product "PHP T-Shirt" in the cart
When I proceed selecting "Offline" payment method
And I have specified the billing address as "Ankh Morpork", "Frost Alley", "90210", "United States" for "Jon Snow"
When I proceeded with "Free" shipping method and "Offline" payment method
And I confirm my order
Then I should see the thank you page