From b3cd50f7e9a70edacb1e99740c9d87762bef81a1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 Mar 2017 08:03:38 +0000 Subject: [PATCH] Fix path in test --- features/blog.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/blog.feature b/features/blog.feature index 50775202..292c02b4 100644 --- a/features/blog.feature +++ b/features/blog.feature @@ -7,7 +7,7 @@ Feature: Blog And the active menu link should be "Blog" Scenario: - Given I am on "/blog/simplifying-drupal-migrations-with-xautoload" + Given I am on "/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload" Then the response status code should be 200 And the page title should be "Simplifying Drupal Migrations with xautoload" And the active menu link should be "Blog"