-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Behat][Shop] Seeing shipping details on order summary #5265
[Behat][Shop] Seeing shipping details on order summary #5265
Conversation
0db0b62
to
cab36bd
Compare
321e9b7
to
90ebbbd
Compare
@@ -0,0 +1,33 @@ | |||
@checkout | |||
Feature: Seeing order addresses on order summary page | |||
In order be certain about shipping and bulling address |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to be certain about shipping and billing address
9bf8a58
to
63dc9e2
Compare
f574da9
to
b23907a
Compare
And I complete the addressing step | ||
And I complete order with "Free" shipping method and "Offline" payment | ||
Then I should be on the checkout summary step | ||
And I should see this shipping address as shipping address |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, this looks quite confusing 😄 This step should check if typed shipping address is displayed on summary page... How do you think it should be written? And I should see typed shipping address as shipping address on order summary page
? And I should see typed shipping address on order summary page
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is wrong with I should see this shipping address on order summary
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should see this shipping address
And I should see this billing address
. WDYT?
b23907a
to
e65cdb5
Compare
@ui | ||
Scenario: Seeing the same shipping and billing address on order summary | ||
Given I have product "Lannister Coat" in the cart | ||
When I specified the shipping address as "Ankh Morpork", "Frost Alley", "90210", "France" for "Jon Snow" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I specify ...
or Given I specified ...
.
e65cdb5
to
9d44bbe
Compare
Thanks Mateusz! |
…-on-order-summary [Behat][Shop] Seeing shipping details on order summary
Based on #5240