Hopefully this fixes the last error in travis, doesn't error on my end
This commit is contained in:
parent
56b64d70bd
commit
bda777fe2d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue