Created
September 10, 2012 09:10
-
-
Save arkiver/3689805 to your computer and use it in GitHub Desktop.
Cucumber step defintion for sign in page
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
Generic definition for above definition: | |
Given /^I am on (.+)$/ do |page_name| | |
visit path_to(page_name) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment