Skip to content

Commit

Permalink
test: remove useless wait_for_autosave because click_on will wait anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Aug 31, 2023
1 parent 21001d7 commit f3d4008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/system/users/brouillon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@

# 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? }
Expand Down

0 comments on commit f3d4008

Please sign in to comment.