dossiers: move link back to the old ui

This commit is contained in:
Pierre de La Morinerie 2018-06-27 11:37:06 +02:00
parent 01481ddefb
commit d77530b6a6
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ describe 'layouts/_new_header.html.haml', type: :view do
let(:profile) { :user }
it { is_expected.to have_css("a.header-logo[href=\"#{users_dossiers_path}\"]") }
it { is_expected.to have_link("Dossiers", href: dossiers_path) }
it { is_expected.to have_link("Dossiers", href: users_dossiers_path) }
end
context 'when rendering for gestionnaire' do