From 477dea3161070e731524123e3877f5c389e66691 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 16 Dec 2009 05:59:05 +0000 Subject: [PATCH] MINOR: Fixed a few glitches in the cuke tests (from r94531) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@95649 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/