Skip to content

Commit

Permalink
apply: Add outward transfer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonial committed Jul 16, 2024
1 parent 4596ccc commit 6c8e460
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 0 deletions.
79 changes: 79 additions & 0 deletions tests/www/apply/__snapshots__/test_process_outward_transfer.ambr
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# serializer version: 1
# name: test_step_1[progress]
'''
<div class="c-stepper mb-4">
<div class="d-flex">
<div class="flex-fill">
<h2>Transférer la candidature de Jane DOE</h2>
<div class="progress progress--emploi mb-3">

<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="25" class="progress-bar progress-bar-25" role="progressbar">
</div>

</div>

<span>Rechercher un emploi inclusif</span>

</div>
<div class="d-flex justify-content-end">
<a class="btn btn-link btn-ico" href="/apply/11111111-1111-1111-1111-111111111111/siae/details">
<i aria-hidden="true" class="ri-close-line"></i>
<span>Quitter</span>
</a>
</div>
</div>
</div>
'''
# ---
# name: test_step_2[progress]
'''
<div class="c-stepper mb-4">
<div class="d-flex">
<div class="flex-fill">
<h2>Transférer la candidature de Jane DOE</h2>
<div class="progress progress--emploi mb-3">

<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="50" class="progress-bar progress-bar-50" role="progressbar">
</div>

</div>

<span>Sélectionner les métiers recherchés</span>

</div>
<div class="d-flex justify-content-end">
<a class="btn btn-link btn-ico" href="/apply/11111111-1111-1111-1111-111111111111/siae/details">
<i aria-hidden="true" class="ri-close-line"></i>
<span>Quitter</span>
</a>
</div>
</div>
</div>
'''
# ---
# name: test_step_3[progress]
'''
<div class="c-stepper mb-4">
<div class="d-flex">
<div class="flex-fill">
<h2>Transférer la candidature de Jane DOE</h2>
<div class="progress progress--emploi mb-3">

<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="75" class="progress-bar progress-bar-75" role="progressbar">
</div>

</div>

<span>Finaliser la candidature</span>

</div>
<div class="d-flex justify-content-end">
<a class="btn btn-link btn-ico" href="/apply/11111111-1111-1111-1111-111111111111/siae/details">
<i aria-hidden="true" class="ri-close-line"></i>
<span>Quitter</span>
</a>
</div>
</div>
</div>
'''
# ---
Loading

0 comments on commit 6c8e460

Please sign in to comment.