Gestionnaire: move avis_path to gestionnaire_avis_path
This commit is contained in:
parent
0308345008
commit
9db5e82b41
6 changed files with 9 additions and 9 deletions
|
@ -80,7 +80,7 @@ feature 'The gestionnaire part' do
|
|||
expect(page).to have_text('avis donnés 0')
|
||||
|
||||
click_on dossier.user.email
|
||||
expect(page).to have_current_path(avis_path(dossier.avis.first))
|
||||
expect(page).to have_current_path(gestionnaire_avis_path(dossier.avis.first))
|
||||
|
||||
within(:css, '.tabs') do
|
||||
click_on 'Avis'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue