Fix all tests
This commit is contained in:
parent
4f7bcba8a3
commit
bc4e3860be
23 changed files with 562 additions and 291 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue