Add more tests
This commit is contained in:
parent
b5a0281729
commit
8631e1c66d
6 changed files with 41 additions and 11 deletions
11
features/blog.feature
Normal file
11
features/blog.feature
Normal file
|
@ -0,0 +1,11 @@
|
|||
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"
|
||||
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue