From 99b0fe04f3196df47f30e7c19b68dda1ae185ab3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 4 Oct 2010 06:10:48 +0000 Subject: [PATCH] BUGFIX: Update Salad tests to match behaviour (from r101869) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111647 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/cuke/login.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cuke/login.feature b/tests/cuke/login.feature index b9408434..81a2101a 100644 --- a/tests/cuke/login.feature +++ b/tests/cuke/login.feature @@ -12,10 +12,10 @@ Feature: Log in Scenario: valid login 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 - 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." Scenario: no user login