test: remove useless wait_for_autosave because click_on will wait anyway
This commit is contained in:
parent
21001d7ae0
commit
f3d4008436
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ describe 'The user' do
|
|||
|
||||
# Check a dossier can be submitted when all mandatory fields are filled
|
||||
fill_in('texte obligatoire', with: 'super texte')
|
||||
wait_for_autosave
|
||||
|
||||
click_on 'Déposer le dossier'
|
||||
wait_until { user_dossier.reload.en_construction? }
|
||||
|
|
Loading…
Reference in a new issue