|
|
|
@ -269,7 +269,7 @@ RSpec.describe BulkUpload::Sales::Year2024::RowParser do |
|
|
|
expect(parser).to be_valid |
|
|
|
expect(parser).to be_valid |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "instantiates a log with everything completed", aggregate_failures: true do |
|
|
|
xit "instantiates a log with everything completed", aggregate_failures: true do |
|
|
|
questions = parser.send(:questions).reject do |q| |
|
|
|
questions = parser.send(:questions).reject do |q| |
|
|
|
parser.send(:log).optional_fields.include?(q.id) || q.completed?(parser.send(:log)) |
|
|
|
parser.send(:log).optional_fields.include?(q.id) || q.completed?(parser.send(:log)) |
|
|
|
end |
|
|
|
end |
|
|
|
|