2009-12-16 06:58:50 +01:00
|
|
|
Feature: Log out
|
|
|
|
As a CMS user
|
|
|
|
I want to be able to log and be locked out of the CMS
|
|
|
|
So that I can know other people can't edit my site
|
|
|
|
|
|
|
|
Scenario: Log out from CMS
|
|
|
|
Given I log into the CMS as admin
|
2009-12-16 06:59:05 +01:00
|
|
|
And I click the "Log out" link
|
2009-12-16 06:58:50 +01:00
|
|
|
When I visit admin/
|
2010-10-04 08:11:04 +02:00
|
|
|
Then I see "Please choose an authentication method and enter your credentials to access the CMS."
|
2009-12-16 06:58:50 +01:00
|
|
|
When I visit admin/assets/
|
2010-10-04 08:11:04 +02:00
|
|
|
Then I see "Please choose an authentication method and enter your credentials to access the CMS."
|
2009-12-16 06:58:50 +01:00
|
|
|
When I visit admin/comments/
|
2010-10-04 08:11:04 +02:00
|
|
|
Then I see "Please choose an authentication method and enter your credentials to access the CMS."
|
2009-12-16 06:58:50 +01:00
|
|
|
When I visit admin/reports/
|
2010-10-04 08:11:04 +02:00
|
|
|
Then I see "Please choose an authentication method and enter your credentials to access the CMS."
|
2009-12-16 06:58:50 +01:00
|
|
|
When I visit admin/security/
|
2010-10-04 08:11:04 +02:00
|
|
|
Then I see "Please choose an authentication method and enter your credentials to access the CMS."
|
2009-12-16 06:58:50 +01:00
|
|
|
When I visit admin/subsites/
|
2010-10-04 08:11:04 +02:00
|
|
|
Then I see "Please choose an authentication method and enter your credentials to access the CMS."
|