From 8a5241f2658a91cff6bf4ef1d4e07d38b803ff21 Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Sat, 20 Aug 2011 17:37:58 +0800 Subject: [PATCH] Updated a scenario to fail. --- features/admin/authorization/current_site.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/admin/authorization/current_site.feature b/features/admin/authorization/current_site.feature index ce61e589..591b6f6b 100644 --- a/features/admin/authorization/current_site.feature +++ b/features/admin/authorization/current_site.feature @@ -30,7 +30,7 @@ Background: Given I am an authenticated "designer" When I go to site settings Then I should see "import" - And I should see "add account" + And I should not see "add account" And I should see "SEO settings" And I should see "Access points" And I should not see the role dropdown on myself