Fix tests
This commit is contained in:
parent
989ff598d0
commit
a9f342d09e
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue