-
-
Save guilhermesilveira/9b6d707d0bab916eb249 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When there is a required item | |
And there is a basket | |
But didnt create a basket | |
Then create the basket | |
When there is a required item | |
And there is a basket | |
Then add to the basket | |
When it is a basket | |
And there are still products to buy | |
Then start again | |
When there is a payment | |
Then pay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment