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/