mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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
This commit is contained in:
parent
419da4d67c
commit
56a4bf0129
@ -113,3 +113,5 @@ Feature: Page creation in the CMS
|
|||||||
And I save the page
|
And I save the page
|
||||||
And I load the "Page Title" page
|
And I load the "Page Title" page
|
||||||
Then the "Navigation label" field is "Page Title"
|
Then the "Navigation label" field is "Page Title"
|
||||||
|
Then I delete the current page
|
||||||
|
|
@ -5,7 +5,7 @@ Feature: Log out
|
|||||||
|
|
||||||
Scenario: Log out from CMS
|
Scenario: Log out from CMS
|
||||||
Given I log into the CMS as admin
|
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/
|
When I visit admin/
|
||||||
Then I see "Enter your username and password to access the CMS."
|
Then I see "Enter your username and password to access the CMS."
|
||||||
When I visit admin/assets/
|
When I visit admin/assets/
|
||||||
|
Loading…
Reference in New Issue
Block a user