mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:06:04 +01:00
Hopefully this fixes the last error in travis, doesn't error on my end
This commit is contained in:
parent
56b64d70bd
commit
bda777fe2d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue