From c17425b7fb9e86eca8cbf91f4c8077686b63cf8e Mon Sep 17 00:00:00 2001
From: danielvincent <danielgrippi@gmail.com>
Date: Tue, 21 Dec 2010 10:09:46 -0800
Subject: [PATCH] fixed one cuke

---
 features/manages_contact_requests.feature | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/features/manages_contact_requests.feature b/features/manages_contact_requests.feature
index d2acf9d060..8075070eae 100644
--- a/features/manages_contact_requests.feature
+++ b/features/manages_contact_requests.feature
@@ -7,14 +7,15 @@ Feature: managing contact requests
     
   Scenario: seeing contact request notifications
     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 "Home" in the header
+    Then I should see "Home" in the header
+    When I follow "Home"
     Then I should see "new request!"
     
   @javascript
   Scenario: viewing a request's profile
     When I am on the aspects manage page
-    Then I should see 1 contact request
+    Then I should see "1" within "#notification_badge"
     When I click on the contact request
     And I wait for the request's profile page to load
     Then I should be on the requestor's profile page
-- 
GitLab