This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/features/blog.feature

17 lines
528 B
Gherkin

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