Merge pull request #8975 from demarches-simplifiees/fix_flaky_bretigny_spec
spec: fix flaky test
This commit is contained in:
commit
95c723e5ab
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ describe 'The user' do
|
||||||
fill_in('Renseignez le code postal puis sélectionnez la commune dans la liste', with: '60400')
|
fill_in('Renseignez le code postal puis sélectionnez la commune dans la liste', with: '60400')
|
||||||
select('Brétigny (60400)', from: form_id_for('communes'))
|
select('Brétigny (60400)', from: form_id_for('communes'))
|
||||||
|
|
||||||
|
# communes needs more time to be updated
|
||||||
|
wait_until { champ_value_for('communes') == "Brétigny" }
|
||||||
|
|
||||||
fill_in('dossier_link', with: '123')
|
fill_in('dossier_link', with: '123')
|
||||||
find('.editable-champ-piece_justificative input[type=file]').attach_file(Rails.root + 'spec/fixtures/files/file.pdf')
|
find('.editable-champ-piece_justificative input[type=file]').attach_file(Rails.root + 'spec/fixtures/files/file.pdf')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue