dossiers: make link in the header point to the new UI

This commit is contained in:
Pierre de La Morinerie 2018-06-25 12:47:13 +00:00
parent a569a566fc
commit f242c73974
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +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) }
end
context 'when rendering for gestionnaire' do