Created
September 8, 2016 03:58
-
-
Save a-chernykh/5ce3dbe0e9f42b8ad305c671d49fc99c to your computer and use it in GitHub Desktop.
How to test a website blog post
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 | |
Scenario: Search for "apple" | |
Given I am on the front page | |
When I search for "apple" | |
Then I should see "apple.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment