Created
December 10, 2015 19:07
-
-
Save bkone/8f689303c20a006909e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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