Created
October 29, 2009 00:18
-
-
Save nruth/221004 to your computer and use it in GitHub Desktop.
This file contains 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
Given I am on the page links page | |
When I follow "New Link" | |
Then I should be on the new page link page | |
When I fill in "Text" with "Fresh Fruit" | |
And I fill in "Path" with "fruit" | |
And I press "Create" | |
Then 1 page link should exist | |
When I go to the homepage | |
Then I should see the page link in the visitor menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment