Skip to content

Instantly share code, notes, and snippets.

@benlovell
Created January 11, 2011 15:58
Show Gist options
  • Save benlovell/774610 to your computer and use it in GitHub Desktop.
Save benlovell/774610 to your computer and use it in GitHub Desktop.
Feature: Static content pages
As a store owner
I want to provide my customers with specific information
So that they can learn about my store
Scenario: Visit our Showroom
When I go to the visit our showroom page
Then I should see the heading "Visit Our Showroom"
@pollingj
Copy link

Could it not be?

Scenario: Viewing our Showroom
Given I am on our showroom page
Then I should see the header "Visit our Showroom"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment