Add custom tests
This commit is contained in:
parent
8c11fb9195
commit
928dbde30f
6 changed files with 37 additions and 14 deletions
|
@ -3,12 +3,14 @@ Feature: Blog
|
|||
Scenario:
|
||||
Given I am on "/blog"
|
||||
Then the response status code should be 200
|
||||
And the ".nav li.active a" element should contain "Blog"
|
||||
And the page title should be "Blog"
|
||||
And the active menu link should be "Blog"
|
||||
|
||||
Scenario:
|
||||
Given I am on "/blog/simplifying-drupal-migrations-with-xautoload"
|
||||
Then the response status code should be 200
|
||||
And the ".nav li.active a" element should contain "Blog"
|
||||
And the page title should be "Simplifying Drupal Migrations with xautoload"
|
||||
And the active menu link should be "Blog"
|
||||
|
||||
Scenario:
|
||||
Given I am on "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue