Last active
January 1, 2017 11:19
-
-
Save paulgibbs/f768fa463e5ed943a69eaa1472315d7a 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
Feature: Product basket | |
In order to buy products | |
As a customer | |
I need to be able to put interesting products into a basket | |
Scenario: Buying a single product under £10 | |
Given I am logged in as an admin | |
When I add the "Sith Lord Lightsaber" to the basket. | |
Then I should see an error message that says "yolo" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment