mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
update test
This commit is contained in:
parent
cff278793e
commit
d1ed602353
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue