fix(spec): no more flackyness on ./spec/system/experts/expert_spec.rb:141
This commit is contained in:
parent
46547cb2cd
commit
810068e5a8
1 changed files with 3 additions and 3 deletions
|
@ -146,9 +146,9 @@ describe 'Inviting an expert:' do
|
||||||
click_on '1 avis à donner'
|
click_on '1 avis à donner'
|
||||||
click_on avis.dossier.user.email
|
click_on avis.dossier.user.email
|
||||||
|
|
||||||
click_on 'Télécharger le dossier et toutes ses pièces jointes'
|
# click_on 'Télécharger le dossier et toutes ses pièces jointes'
|
||||||
# For some reason, clicking the download link does not trigger the download in the headless browser ;
|
# For some reason, clicking the download link does not trigger the download in the headless browser
|
||||||
# So we need to go to the download link directly
|
# for some member of the team, so we need to go to the download link directly
|
||||||
visit telecharger_pjs_expert_avis_path(avis.dossier.procedure, avis)
|
visit telecharger_pjs_expert_avis_path(avis.dossier.procedure, avis)
|
||||||
|
|
||||||
DownloadHelpers.wait_for_download
|
DownloadHelpers.wait_for_download
|
||||||
|
|
Loading…
Add table
Reference in a new issue