From 08850da71e58f8db42b5b3eb9627defdaef2b141 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Fri, 7 Jun 2013 16:17:44 +1200 Subject: [PATCH] Behat: Type case in step definition --- tests/behat/features/publish-a-page.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/publish-a-page.feature b/tests/behat/features/publish-a-page.feature index 30a96f88..e2e43662 100644 --- a/tests/behat/features/publish-a-page.feature +++ b/tests/behat/features/publish-a-page.feature @@ -87,9 +87,9 @@ So that only high quality changes are seen by our visitors When I press the "Delete draft" button Then I should see a "Restore" button And I should not see a "Published" button - And I should not see a "Save & Publish" button + And I should not see a "Save & publish" button And I should not see a "Saved" button And I should not see a "Save draft" button When I press the "Restore" button - Then I should see a "Save & Publish" button + Then I should see a "Save & publish" button