Skip to content

Commit

Permalink
♻️ certif: Add test for Hide prepaiement code for not prepaid billing…
Browse files Browse the repository at this point in the history
… mode case
  • Loading branch information
mcampourcy committed Sep 20, 2024
1 parent 55e245f commit 136a3ab
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ module('Acceptance | Session Details Certification Candidates', function (hooks)
assert.strictEqual(screen.getByLabelText('* Code INSEE de naissance').value, '');
assert.strictEqual(screen.getByLabelText('Temps majoré (%)').value, '');
assert.strictEqual(screen.getByLabelText('* Tarification part Pix').value, '');
assert.strictEqual(screen.getByLabelText('Code de prépaiement').value, '');
assert.dom(screen.queryByLabelText('Code de prépaiement')).doesNotExist();
assert.strictEqual(
screen.getByLabelText('E-mail du destinataire des résultats (formateur, enseignant...)').value,
'',
Expand Down
Loading

0 comments on commit 136a3ab

Please sign in to comment.