Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created September 28, 2011 17:28
Show Gist options
  • Save HeroicEric/1248577 to your computer and use it in GitHub Desktop.
Save HeroicEric/1248577 to your computer and use it in GitHub Desktop.
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