attempt to fix the "click Followers link" test

This commit is contained in:
pixeldesu 2015-06-07 15:18:03 +02:00
parent e006dfde53
commit ba6b2345d7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ feature "User profile page", :devise do
expect(page).to have_text("FOLLOWING")
click_link 'Followers'
click_link 'Follower'
page.driver.render Rails.root.join("tmp/#{Time.now.to_i}_3.png"), full: true
expect(page).to have_text(me.screen_name)
end