update test
This commit is contained in:
parent
cff278793e
commit
d1ed602353
|
@ -24,7 +24,7 @@ feature "Inbox", :devise do
|
|||
|
||||
login_as me, scope: :user
|
||||
visit root_path
|
||||
expect(page).to have_text('1 new question')
|
||||
expect(page).to have_text('1 new question'.upcase)
|
||||
page.driver.render Rails.root.join("tmp/#{Time.now.to_i}_1.png"), full: true
|
||||
|
||||
click_link "Inbox"
|
||||
|
|
Loading…
Reference in New Issue