diff options
Diffstat (limited to 'spec/views')
| -rw-r--r-- | spec/views/imports/show.html.slim_spec.rb | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/spec/views/imports/show.html.slim_spec.rb b/spec/views/imports/show.html.slim_spec.rb index 7a046d1a2..faf473758 100644 --- a/spec/views/imports/show.html.slim_spec.rb +++ b/spec/views/imports/show.html.slim_spec.rb @@ -22,10 +22,7 @@ RSpec.describe '/imports/show', type: :view do      messages.each do | message |        # require 'htmlbeautifier'        # b = HtmlBeautifier.beautify(rendered, indent: '  ') -      expect(rendered).to have_selector('.import_message-list dl dt.criticity') do -        with_text message.criticity -      end -      expect(rendered).to have_selector('.import_message-list dl dd') do +      expect(rendered).to have_selector('.import_message-list li') do          with_text rendered_message( message )        end      end | 
