From 4f67b72801f0588ddb23ea0335908abba1e3522c Mon Sep 17 00:00:00 2001 From: MrZYX Date: Fri, 26 Nov 2010 15:52:39 +0100 Subject: [PATCH] fixed build --- features/manages_contact_requests.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/manages_contact_requests.feature b/features/manages_contact_requests.feature index 1a42063df..d2acf9d06 100644 --- a/features/manages_contact_requests.feature +++ b/features/manages_contact_requests.feature @@ -9,7 +9,7 @@ Feature: managing contact requests When I am on the home page Then I should see "Home (1)" in the header When I follow "Home (1)" - Then I should see "1 new request!" + Then I should see "new request!" @javascript Scenario: viewing a request's profile @@ -23,7 +23,7 @@ Feature: managing contact requests @javascript Scenario: accepting a contact request When I am on the home page - And I follow "1 new request!" + And I follow "new request!" Then I should see 0 contacts in "Family" When I drag the contact request to the "Family" aspect