From bda777fe2df53825a7d53b19e8a7ac4ce7134598 Mon Sep 17 00:00:00 2001 From: Yuki Date: Mon, 11 May 2015 14:57:37 +0530 Subject: [PATCH] Hopefully this fixes the last error in travis, doesn't error on my end --- spec/features/users/inbox_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/users/inbox_spec.rb b/spec/features/users/inbox_spec.rb index 84844425..565d7be5 100644 --- a/spec/features/users/inbox_spec.rb +++ b/spec/features/users/inbox_spec.rb @@ -34,7 +34,7 @@ feature "Inbox", :devise do click_button "Answer" wait_for_ajax - expect(page).not_to have_text(question.content) + expect(page).not_to have_text(question.content, wait: 2) page.driver.render Rails.root.join("tmp/#{Time.now.to_i}_3.png"), full: true visit show_user_profile_path(me.screen_name)