clean up download helper data before test run

This commit is contained in:
Paul Chavard 2021-02-09 15:12:06 +01:00
parent c04077ca34
commit 00e1d88a75

View file

@ -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