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

Commit

Permalink
added basic test to show that you can 'view' any generic website
Browse files Browse the repository at this point in the history
  • Loading branch information
inoryy committed Jan 29, 2013
1 parent 57e751a commit 53cc35e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ Feature: Basic examples

Scenario: See welcome text on homepage
Given I am on homepage
Then I should see "Hello Devclub!"
Then I should see "Hello Devclub!"

Scenario: Check google.com website
Given I am on "http://google.com/"
Then I should see "Google Search"

0 comments on commit 53cc35e

Please sign in to comment.