diff --git a/spec/features/conversations/show_spec.rb b/spec/features/conversations/show_spec.rb index d72828c46..c2a7ae25a 100644 --- a/spec/features/conversations/show_spec.rb +++ b/spec/features/conversations/show_spec.rb @@ -14,7 +14,7 @@ describe "Conversations", :js do describe 'view conversation thread' do before do visit root_path - click_link member.login_name + click_link recipient.login_name click_link 'Inbox' click_link 'something i want to say' end