Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Sep 13, 2018
1 parent ba8d95d commit ebe44d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/views/edi_error_reports/index.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
assert_select 'h1', text: 'EDIFACT invoice errors'.to_s
end
it 'should display an error line' do
assert_select 'td', text: '02/02/18 14:05'.to_s
assert_select 'td', text: /EDI_PROCESS_ORDER.do_inv_line_order:xcptn==stop_this_line ||===|| vendor==CASALI*/
assert_select 'td', text: /failed step==firm:verify_po on err==supplied PO# not in Unicorn:CAS6729454 edi_ckey:*/
assert_select 'td', text: '2018-02-02 14:05'.to_s
assert_select 'td', text: 'notify'.to_s
end
end
Expand Down

0 comments on commit ebe44d2

Please sign in to comment.