2016-06-14 09:03:23 +00:00
|
|
|
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"
|
2016-06-14 09:25:01 +00:00
|
|
|
|
|
|
|
Scenario:
|
|
|
|
Given I am on "/"
|
|
|
|
Then I should see "Latest blog posts"
|
|
|
|
And I should see 3 ".latest-posts .post" elements
|