Fix all tests

This commit is contained in:
Xavier J 2016-12-14 18:41:33 +01:00
parent 4f7bcba8a3
commit bc4e3860be
23 changed files with 562 additions and 291 deletions

View file

@ -71,6 +71,9 @@ feature 'user path for dossier creation' do
page.find_by_id("champs_#{Dossier.last.champs.first.id}").set 'Mon super projet'
page.click_on 'Soumettre mon dossier'
end
scenario 'user is on recap page' do
expect(page).to have_css('#users_recapitulatif_dossier_show')
end
end
end
end
@ -87,4 +90,4 @@ feature 'user path for dossier creation' do
expect(page).to have_content('La procédure n\'existe pas')
end
end
end
end