Created
October 31, 2013 20:56
-
-
Save pedrolopesme/7257028 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 For PageObject Article | |
As a Blog do Pedro visitor | |
I want to find for PageObjects article | |
Scenario: | |
Given I am on Blog do Pedro's Home Page | |
When I input a term into search text field | |
Then I should submit search form |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment