mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
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:
commit
4a5643fca7
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue