From 40cc8294193dee885f4d85f47c4eaefb848c8e82 Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Sun, 21 Nov 2010 16:53:09 -0800 Subject: [PATCH] fixing final cucumber spec --- features/manages_contact_requests.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/manages_contact_requests.feature b/features/manages_contact_requests.feature index ef55cd6eef..92a750a4bd 100644 --- a/features/manages_contact_requests.feature +++ b/features/manages_contact_requests.feature @@ -13,7 +13,7 @@ Feature: managing contact requests Scenario: accepting a contact request When I am on the home page And I follow "Home (1)" - Then I should see 1 contact request + Then I should see "1 new request!" And I should see 0 contacts in "Family" When I am on the home page -- GitLab