Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Commit

Permalink
updated previous test to take google.com regional redirects into account
Browse files Browse the repository at this point in the history
  • Loading branch information
inoryy committed Jan 29, 2013
1 parent 53cc35e commit 3ce5232
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions features/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Feature: Basic examples
Given I am on homepage
Then I should see "Hello Devclub!"

Scenario: Check google.com website
Scenario: Check that google.com shows regional results, then go to non-regional page
Given I am on "http://google.com/"
Then I should see "Google Search"
Then I should not see "Google Search"
And I should see "Google otsing"
And I go to "http://google.com/ncr"
Then I should see "Google Search"

0 comments on commit 3ce5232

Please sign in to comment.