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: Searching on DuckDuckGo | |
As a web surfer, I want to search DuckDuckGo, so that I can learn new things. | |
Background: | |
Given I am on DuckDuckGos website | |
Scenario: Simple DuckDuckGo search | |
When the search phrase "panda" is entered | |
Then results for "panda" are shown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment