dossiers: move link back to the old ui
This commit is contained in:
parent
01481ddefb
commit
d77530b6a6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue