Seeing order locale API scenario coverage

This commit is contained in:
TheMilek 2023-06-15 08:06:33 +02:00
parent aba91d8c1d
commit 8162a55854
No known key found for this signature in database
GPG key ID: 2E44205E7374692F

View file

@ -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)"