Skip to content

Instantly share code, notes, and snippets.

@bkone
Created December 10, 2015 19:07
Show Gist options
  • Save bkone/8f689303c20a006909e5 to your computer and use it in GitHub Desktop.
Save bkone/8f689303c20a006909e5 to your computer and use it in GitHub Desktop.
Feature: Search
In order to make sure that the search feature is working
As a user I will search for a search term and expect to see valid results
@desktop
Scenario: search for modus create
Given I am on the duckduckgo home page
Then I must see the page title "DuckDuckGo"
Given I fill in the text field "q" with "Modus Create"
And I click the "S" button
Then I must see the page title "Modus Create at DuckDuckGo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment