Fix Participant form test to correctly test html version
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 9 Oct 2023 20:20:59 +0000 (09:20 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 9 Oct 2023 20:20:59 +0000 (09:20 +1300)
commit652201e24b984c5836f34ff7b6510cf585e5a05f
treeb621054cdd9c65200241006c605293627a845543
parent1f76d7cf22b749506d190bc42bc4f4dcfd5cf39f
Fix Participant form test to correctly test html version

We were checking for text that is present on the text version - but not the html.

In this case the html version is right - ie we only show paid amount & balance if
relevant  - ie if part payment has been made. If it is all paid or all unpaid we don't
tests/phpunit/CRM/Event/Form/ParticipantTest.php