add Behat tests

This commit is contained in:
Martin Schütte 2014-06-16 14:18:24 +00:00
commit 87270d8096
5 changed files with 362 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Feature: Search
In order to find older articles
As a website user
I need to be able to search for a word
Scenario: Searching for a post
Given I am on the homepage
When I search for "Welcome"
Then I should see "Hello world!"
And I should see "Welcome to WordPress. This is your first post."