Commit c5156e92c714e4dc639c0560e1fe9ccc23854d50

Authored by Larissa Reis
1 parent cfe6f768

Fixes a failing profile follower test

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
features/follow_profile.feature
@@ -110,5 +110,6 @@ Feature: follow profile @@ -110,5 +110,6 @@ Feature: follow profile
110 And I am logged in as "johnsnow" 110 And I am logged in as "johnsnow"
111 When I go to nightswatch's homepage 111 When I go to nightswatch's homepage
112 When I follow "Unfollow" 112 When I follow "Unfollow"
  113 + And I wait 1 second
113 Then "johnsnow" should not be a follower of "nightswatch" 114 Then "johnsnow" should not be a follower of "nightswatch"
114 115