Created
May 31, 2011 08:58
-
-
Save mlambie/1000198 to your computer and use it in GitHub Desktop.
search.feature
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
Feature: thefrontiergroup.com.au | |
It should be up | |
And I should be able to search for things | |
Scenario: Searching for things | |
When I go to "http://blog.thefrontiergroup.com.au/" | |
And I fill in "s" with "json_decode" | |
And I press "searchsubmit" | |
Then I should see "Search Results for ‘<span>json_decode</span>’" | |
And I should see "json_decode\(\) Not Working in PHP?" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment