[WIP] fix attachment spec

TODO: figure out why Firefox wants to download attachment instead of
opening it.
pull/3563/head
Tim Habermaas 9 years ago committed by Stefan Botzenhart
parent ef0221839d
commit 68bceb2d26
  1. 2
      spec/features/attachments/attachments_spec.rb

@ -56,7 +56,7 @@ describe 'attachments', type: :feature do
expect(page).to have_text('Successful creation.') expect(page).to have_text('Successful creation.')
expect(page).to have_text(file_name) expect(page).to have_text(file_name)
click_link file_name find('.work-package--attachments--files', text: file_name).click
expect(page).to have_text('some silly content') expect(page).to have_text('some silly content')
end end

Loading…
Cancel
Save