Fix path in test
This commit is contained in:
parent
7e7b7205e3
commit
b3cd50f7e9
|
@ -7,7 +7,7 @@ Feature: Blog
|
||||||
And the active menu link should be "Blog"
|
And the active menu link should be "Blog"
|
||||||
|
|
||||||
Scenario:
|
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
|
Then the response status code should be 200
|
||||||
And the page title should be "Simplifying Drupal Migrations with xautoload"
|
And the page title should be "Simplifying Drupal Migrations with xautoload"
|
||||||
And the active menu link should be "Blog"
|
And the active menu link should be "Blog"
|
||||||
|
|
Reference in a new issue