mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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
This commit is contained in:
parent
eab27b46a8
commit
477dea3161
@ -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"
|
||||
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
|
||||
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/
|
||||
|
Loading…
Reference in New Issue
Block a user