[#920] prefill siret when user has a siret

This commit is contained in:
Tanguy PATTE 2015-10-08 11:22:55 +02:00
parent deb13673d7
commit 968aa92d77
4 changed files with 7 additions and 7 deletions

View file

@ -72,6 +72,10 @@ feature 'France Connect Connexion' do
scenario 'he is redirected to siret page' do
expect(page).to have_css('#users_siret_index')
end
scenario 'the siret is already written in form' do
expect(page.find_by_id('siret').value).to have_content(siret)
end
end
end
end