Hopefully this fixes the last error in travis, doesn't error on my end

This commit is contained in:
Yuki 2015-05-11 14:57:37 +05:30
parent 56b64d70bd
commit bda777fe2d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ feature "Inbox", :devise do
click_button "Answer" click_button "Answer"
wait_for_ajax 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 page.driver.render Rails.root.join("tmp/#{Time.now.to_i}_3.png"), full: true
visit show_user_profile_path(me.screen_name) visit show_user_profile_path(me.screen_name)