mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Update Salad tests to match behaviour
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@101869 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b6a41ebc19
commit
a32b6237ed
@ -12,10 +12,10 @@ Feature: Log in
|
|||||||
|
|
||||||
Scenario: valid login
|
Scenario: valid login
|
||||||
When I fill out the log in form with user "admin" and password "password"
|
When I fill out the log in form with user "admin" and password "password"
|
||||||
Then I see "Your are logged in as"
|
Then I see "You're logged in as"
|
||||||
|
|
||||||
Scenario: no password login
|
Scenario: no password login
|
||||||
When I fill out the log in form with user "admin" and password "password"
|
When I fill out the log in form with user "admin" and password ""
|
||||||
Then I see "That doesn't seem to be the right e-mail address or password."
|
Then I see "That doesn't seem to be the right e-mail address or password."
|
||||||
|
|
||||||
Scenario: no user login
|
Scenario: no user login
|
||||||
|
Loading…
Reference in New Issue
Block a user