dossiers: make link in the header point to the new UI
This commit is contained in:
parent
a569a566fc
commit
f242c73974
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue