Add a test for the latest blog posts block

This commit is contained in:
Oliver Davies 2016-06-14 10:25:01 +01:00
parent 8631e1c66d
commit 5bb12f10c5

View file

@ -9,3 +9,8 @@ Feature: Blog
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"
Scenario:
Given I am on "/"
Then I should see "Latest blog posts"
And I should see 3 ".latest-posts .post" elements