mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Seeing order locale API scenario coverage
This commit is contained in:
parent
aba91d8c1d
commit
8162a55854
1 changed files with 9 additions and 1 deletions
|
|
@ -19,9 +19,17 @@ Feature: Seeing order locale on order summary page
|
|||
Then I should be on the checkout summary step
|
||||
And my order's locale should be "English (United States)"
|
||||
|
||||
@ui
|
||||
@ui @no-api
|
||||
Scenario: Seeing order locale on the order summary page after change channel locale
|
||||
Given I have product "Stark T-Shirt" in the cart
|
||||
When I proceed through checkout process in the "French (France)" locale
|
||||
Then I should be on the checkout summary step
|
||||
And my order's locale should be "French (France)"
|
||||
|
||||
@api @no-ui
|
||||
Scenario: Seeing order locale on the order summary page after change channel locale
|
||||
Given I pick up cart in the "French (France)" locale
|
||||
And I have product "Stark T-Shirt" in the cart
|
||||
When I proceed through checkout process
|
||||
Then I should be on the checkout summary step
|
||||
And my order's locale should be "French (France)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue