From babcc1e66b28aab24a0c1fe6a50332a3aa9aaaf1 Mon Sep 17 00:00:00 2001
From: mokus <spalia@web.de>
Date: Mon, 19 Aug 2013 12:26:50 +0200
Subject: [PATCH] update profile_photo test and selenium version to make tests
 pass on firefox 23

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

diff --git a/features/profile_photos.feature b/features/profile_photos.feature
index 91a56c4ee9..1f7c05f6aa 100644
--- a/features/profile_photos.feature
+++ b/features/profile_photos.feature
@@ -7,16 +7,16 @@ 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"
+    	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 follow "View all" 
-      And I am on "robert@grimm.grimm"'s page   
+      When I am on "robert@grimm.grimm"'s page 
+      And I follow "View all" 
       Then I should be on person_photos page
     
     Scenario: I cannot see photos of people who don't share with me
-- 
GitLab