From df23a6ce1ac700a7f4d894f9339784832fb15360 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 9 Nov 2012 20:50:16 +0100 Subject: [PATCH] Corrected step wording --- tests/behat/features/create-a-page.feature | 6 +++--- tests/behat/features/edit-a-page.feature | 6 +++--- tests/behat/features/preview-a-page.feature | 10 +++++----- tests/behat/features/search-for-a-page.feature | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/behat/features/create-a-page.feature b/tests/behat/features/create-a-page.feature index 84652beb..a1df9adc 100644 --- a/tests/behat/features/create-a-page.feature +++ b/tests/behat/features/create-a-page.feature @@ -8,8 +8,8 @@ Feature: Create a page Scenario: I can create a page from the pages section Given I am logged in with "ADMIN" permissions And I go to "/admin/pages" - And I should see "Add new" button in CMS Content Toolbar - When I press "Add new" button + And I should see a "Add new" button in CMS Content Toolbar + When I press the "Add new" button And I check "Page" - And I press "Create" button + And I press the "Create" button Then I should see an edit page form diff --git a/tests/behat/features/edit-a-page.feature b/tests/behat/features/edit-a-page.feature index 79e74119..0be2ba39 100644 --- a/tests/behat/features/edit-a-page.feature +++ b/tests/behat/features/edit-a-page.feature @@ -20,9 +20,9 @@ Feature: Edit a page Then I should see an edit page form When I fill in "Title" with "About Us!" - And I fill in content form with "my new content" - And I press "Save Draft" button - Then I should see "Saved." notice + And I fill in the content form with "my new content" + And I press the "Save Draft" button + Then I should see a "Saved." notice When I follow "About Us" Then the "Title" field should contain "About Us!" diff --git a/tests/behat/features/preview-a-page.feature b/tests/behat/features/preview-a-page.feature index 1ca2a5c5..279fdb27 100644 --- a/tests/behat/features/preview-a-page.feature +++ b/tests/behat/features/preview-a-page.feature @@ -11,7 +11,7 @@ Feature: Preview a page Then I should see "About Us" in CMS Tree When I follow "About Us" - And I press "Preview »" button + And I press the "Preview »" button Then I can see the preview panel And the preview contains "About Us" @@ -25,9 +25,9 @@ Feature: Preview a page Then I should see "About Us" in CMS Tree When I follow "About Us" - And I fill in content form with "my new content" - And I press "Save Draft" button - And I press "Preview »" button + And I fill in the content form with "my new content" + And I press the "Save Draft" button + And I press the "Preview »" button When I follow "Published Site" Then the preview does not contain "my new content" @@ -37,5 +37,5 @@ Feature: Preview a page Then the preview does not contain "You can fill" And the preview contains "my new content" - When I press "« Edit" button + When I press the "« Edit" button Then I should see an edit page form \ No newline at end of file diff --git a/tests/behat/features/search-for-a-page.feature b/tests/behat/features/search-for-a-page.feature index b5197811..23e51931 100644 --- a/tests/behat/features/search-for-a-page.feature +++ b/tests/behat/features/search-for-a-page.feature @@ -11,8 +11,8 @@ Feature: Search for a page Then I should see "About Us" in CMS Tree And I should see "Contact Us" in CMS Tree - When I expand Filter CMS Panel + When I expand the "Filter" CMS Panel And I fill in "Content" with "About Us" - And I press "Apply Filter" button + And I press the "Apply Filter" button Then I should see "About Us" in CMS Tree But I should not see "Contact Us" in CMS Tree