[fix #1411] user: link new screen to the rest of the application

This commit is contained in:
simon lehericey 2018-02-21 18:36:06 +01:00
parent d702a0c083
commit a0667f5ad9
14 changed files with 21 additions and 77 deletions

View file

@ -30,8 +30,8 @@ describe 'users/recapitulatif/show.html.haml', type: :view do
expect(rendered).to have_css('#maj_infos')
end
it 'le lien vers description est correct' do
expect(rendered).to have_selector("a[id=maj_infos][href='/users/dossiers/#{dossier_id}/description']")
it 'le lien vers l édition est correct' do
expect(rendered).to have_selector("a[id=maj_infos][href='/dossiers/#{dossier_id}/modifier']")
end
end