diff --git a/features/google.feature b/features/google.feature index 141d3cc..edee5fe 100644 --- a/features/google.feature +++ b/features/google.feature @@ -2,9 +2,12 @@ Feature: To search the internet for kittens As a 7 year old child I need the Googles - -Scenario: Attempt Searching for Kittehs + +Scenario: Attempt to Summon the Googles Given I am on The Google Then I should see "Google" + +Scenario: Attempt Searching for Kittehs + Given I am on The Google When I Search for "Kittehs" Then I should see "Lolcats" \ No newline at end of file