Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Last active January 1, 2017 11:19
Show Gist options
  • Save paulgibbs/f768fa463e5ed943a69eaa1472315d7a to your computer and use it in GitHub Desktop.
Save paulgibbs/f768fa463e5ed943a69eaa1472315d7a to your computer and use it in GitHub Desktop.
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