attempt to fix the "click Followers link" test
This commit is contained in:
parent
e006dfde53
commit
ba6b2345d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue