Created
January 11, 2011 15:58
-
-
Save benlovell/774610 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: 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could it not be?
Scenario: Viewing our Showroom
Given I am on our showroom page
Then I should see the header "Visit our Showroom"