diff --git a/tests/features/dogblog.feature b/tests/features/dogblog.feature index be6e2bd..ebc5b4a 100644 --- a/tests/features/dogblog.feature +++ b/tests/features/dogblog.feature @@ -11,5 +11,8 @@ Feature: My Dog Blog Posts are up. And I should see "Got no sleep last night" When I am logged in as a user with the "administrator" role - And I visit "node/add/blog" - Then I should see "Add a blog" + ## This is failing? Why aren't my tests running!? + # ok pass? + And I visit "node/add/article" + Then I should see "Create Article" +