diff --git a/spec/features/instructeurs/instruction_spec.rb b/spec/features/instructeurs/instruction_spec.rb index 573a562b8..fb0b5acd6 100644 --- a/spec/features/instructeurs/instruction_spec.rb +++ b/spec/features/instructeurs/instruction_spec.rb @@ -187,6 +187,7 @@ feature 'Instructing a dossier:' do expect(files[2].filename.include?('horodatage/operation')).to be_truthy end + before { DownloadHelpers.clear_downloads } after { DownloadHelpers.clear_downloads } end