Fix tests

This commit is contained in:
Damien Le Thiec 2023-02-20 15:51:18 +01:00
parent 989ff598d0
commit a9f342d09e

View file

@ -89,11 +89,5 @@ RSpec.describe 'commencer/show.html.haml', type: :view do
expect(rendered).to have_link('Poursuivre mon dossier prérempli', href: brouillon_dossier_path(prefilled_dossier))
end
end
context 'and they have stored query params in order to prefill a dossier' do
let(:stored_query_params) { true }
it_behaves_like 'it renders a link to create a new dossier', 'Poursuivre mon dossier prérempli'
end
end
end