From 3fb900760661192d5064cfd6f0fd33e950acaa19 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 29 Apr 2016 14:01:53 -0400 Subject: [PATCH 1/5] Adding a comment to start a Pull request --- tests/features/dogblog.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/features/dogblog.feature b/tests/features/dogblog.feature index be6e2bd..43564dc 100644 --- a/tests/features/dogblog.feature +++ b/tests/features/dogblog.feature @@ -11,5 +11,6 @@ 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 + ## This is failing? And I visit "node/add/blog" Then I should see "Add a blog" From 970f11fdc6de6c64068f58df9657f2c3513f1783 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 29 Apr 2016 14:03:45 -0400 Subject: [PATCH 2/5] Trying to fix the test. --- tests/features/dogblog.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/dogblog.feature b/tests/features/dogblog.feature index 43564dc..b93bebc 100644 --- a/tests/features/dogblog.feature +++ b/tests/features/dogblog.feature @@ -12,5 +12,5 @@ Feature: My Dog Blog Posts are up. When I am logged in as a user with the "administrator" role ## This is failing? - And I visit "node/add/blog" + And I visit "node/add/article" Then I should see "Add a blog" From 89a4e2128cd04ce008385ef5955a97c550d22209 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 29 Apr 2016 14:05:42 -0400 Subject: [PATCH 3/5] Update dogblog.feature --- tests/features/dogblog.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/dogblog.feature b/tests/features/dogblog.feature index b93bebc..dd9d5de 100644 --- a/tests/features/dogblog.feature +++ b/tests/features/dogblog.feature @@ -11,6 +11,6 @@ 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 - ## This is failing? + ## This is failing? Why aren't my tests running!? And I visit "node/add/article" Then I should see "Add a blog" From 7f99507383889247e17353d57c3f051e6edbfe71 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 29 Apr 2016 14:07:13 -0400 Subject: [PATCH 4/5] Update dogblog.feature --- tests/features/dogblog.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/features/dogblog.feature b/tests/features/dogblog.feature index dd9d5de..2d9b16c 100644 --- a/tests/features/dogblog.feature +++ b/tests/features/dogblog.feature @@ -12,5 +12,6 @@ Feature: My Dog Blog Posts are up. When I am logged in as a user with the "administrator" role ## This is failing? Why aren't my tests running!? + # ok pass? And I visit "node/add/article" Then I should see "Add a blog" From 6fac289de34a9768dfe9121731bb32ddec9b1522 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Wed, 15 Jun 2016 18:25:55 -0400 Subject: [PATCH 5/5] fixing the text on to be expected on the create article page --- tests/features/dogblog.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/features/dogblog.feature b/tests/features/dogblog.feature index 2d9b16c..ebc5b4a 100644 --- a/tests/features/dogblog.feature +++ b/tests/features/dogblog.feature @@ -14,4 +14,5 @@ Feature: My Dog Blog Posts are up. ## This is failing? Why aren't my tests running!? # ok pass? And I visit "node/add/article" - Then I should see "Add a blog" + Then I should see "Create Article" +