From 56a4bf0129b1164015bcc7b6033e8482e84eb2fd Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 7 Dec 2009 05:33:37 +0000 Subject: [PATCH] MINOR: Fixed a few glitches in the cuke tests git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@94531 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/cuke/create-page.feature | 4 +++- tests/cuke/logout.feature | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/cuke/create-page.feature b/tests/cuke/create-page.feature index 7bfe5179..e12675b9 100644 --- a/tests/cuke/create-page.feature +++ b/tests/cuke/create-page.feature @@ -112,4 +112,6 @@ Feature: Page creation in the CMS When I set "Navigation label" to "" And I save the page And I load the "Page Title" page - Then the "Navigation label" field is "Page Title" \ No newline at end of file + Then the "Navigation label" field is "Page Title" + Then I delete the current page + \ No newline at end of file diff --git a/tests/cuke/logout.feature b/tests/cuke/logout.feature index 1a5b4368..97761fef 100644 --- a/tests/cuke/logout.feature +++ b/tests/cuke/logout.feature @@ -5,7 +5,7 @@ Feature: Log out Scenario: Log out from CMS Given I log into the CMS as admin - And I click the "log out" link + And I click the "Log out" link When I visit admin/ Then I see "Enter your username and password to access the CMS." When I visit admin/assets/