From 9793827f201f1f2bf19f5c960bb28658ead52d15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de>
Date: Mon, 19 Aug 2013 15:47:41 +0200
Subject: [PATCH] fix features/profile_photos.feature:17 I broke

---
 features/profile_photos.feature | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/features/profile_photos.feature b/features/profile_photos.feature
index 1f7c05f6aa..d90cccd292 100644
--- a/features/profile_photos.feature
+++ b/features/profile_photos.feature
@@ -7,21 +7,19 @@ Feature: show photos
       | Bob Jones     | bob@bob.bob         |
       | Alice Smith   | alice@alice.alice   |
       | Robert Grimm  | robert@grimm.grimm  |
-    And I sign in as "robert@grimm.grimm" 
+    And I sign in as "robert@grimm.grimm"
 
     Given I expand the publisher
     	And I have turned off jQuery effects
     	And I attach the file "spec/fixtures/button.png" to hidden "file" within "#file-upload"
     	And I press "Share"
-    
+
     Scenario: see my own photos
-      When I am on "robert@grimm.grimm"'s page 
-      And I follow "View all" 
+      When I am on "robert@grimm.grimm"'s page
+      And I follow "View all" within "#image_list"
       Then I should be on person_photos page
-    
+
     Scenario: I cannot see photos of people who don't share with me
       When I sign in as "alice@alice.alice"
       And I am on "robert@grimm.grimm"'s page
       Then I should not see "photos" within "div#profile"
-
-
-- 
GitLab