Created
September 28, 2011 17:28
-
-
Save HeroicEric/1248577 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
Scenario: Get results for keywords | |
Given the following domains exist: | |
| name | url | | |
| Telrepco | http://telrepco.com | | |
And the following keywords exist for "Telrepco": | |
| term | | |
| panasonic toughbooks | | |
| toughbook repair | | |
| gorilla suits | | |
And I am on the show domain page for "Telrepco" | |
When I follow "Update keyword data" | |
Then I should be on the show domain page for "Telrepco" | |
And I should see rank "8" for keyword "toughbook repair" for domain "Telrepco" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment