SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Test "None of the above" for checkboxes #847

Open plocket opened 7 months ago

plocket commented 7 months ago

I'm wondering if it's getting dealt with properly.

<input aria-label="None of the above" alt="None of the above" data-color="primary" class="dafield0 danota-checkbox da-to-labelauty checkbox-icon labelauty da-active-invisible dafullwidth" id="_ignore0" type="checkbox" value="True" name="_ignore0" aria-hidden="true" style="display: none;">
<label class="text-start btn btn-light dalabelauty dafield0 danota-checkbox checkbox-icon" for="_ignore0" tabindex="0" role="checkbox" aria-checked="false" aria-label="None of the above"><span class="labelauty-unchecked-image text-body-secondary"><svg>...</svg><!-- <i class="fas fa-check fa-fw"></i> Font Awesome fontawesome.com --></span><span class="labelauty-checked">None of the above</span></label>