feature spec cover
This commit is contained in:
parent
b3af9108cb
commit
7a254d124f
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@ describe 'Prefilling a dossier (with a GET request):' do
|
|||
"champ_#{type_de_champ_phone.to_typed_id}" => phone_value
|
||||
)
|
||||
|
||||
click_on "Commencer la démarche"
|
||||
click_on "Poursuivre mon dossier prérempli"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -45,7 +45,7 @@ describe 'Prefilling a dossier (with a GET request):' do
|
|||
click_on "J’ai déjà un compte"
|
||||
sign_in_with user.email, password
|
||||
|
||||
click_on "Commencer la démarche"
|
||||
click_on "Poursuivre mon dossier prérempli"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -64,7 +64,7 @@ describe 'Prefilling a dossier (with a GET request):' do
|
|||
click_confirmation_link_for user_email
|
||||
expect(page).to have_content('Votre compte a bien été confirmé.')
|
||||
|
||||
click_on "Commencer la démarche"
|
||||
click_on "Poursuivre mon dossier prérempli"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -79,7 +79,7 @@ describe 'Prefilling a dossier (with a GET request):' do
|
|||
|
||||
page.find('.fr-connect').click
|
||||
|
||||
click_on "Commencer la démarche"
|
||||
click_on "Poursuivre mon dossier prérempli"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue