Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Dec 15, 2023
1 parent 8749899 commit bbb8ec2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/results/inline_checkboxes_failing_lt50.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<form method="post">
<div id="div_id_checkboxes" class="mb-3">
<label for="" class=" form-label requiredField">Checkboxes<span class="asteriskField">*</span></label>
<fieldset>
<legend for="" class=" form-label requiredField">Checkboxes<span class="asteriskField">*</span></legend>
<div>
<div class="form-check form-check-inline">
<input type="checkbox" class="form-check-input is-invalid" name="checkboxes" value="1" id="id_checkboxes_0">
Expand All @@ -16,5 +17,6 @@
</div>
</div>
<p id="error_1_id_checkboxes" class="invalid-feedback"><strong>This field is required.</strong></p>
</fieldset>
</div>
</form>
4 changes: 3 additions & 1 deletion tests/results/inline_radios_failing_lt50.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<form method="post" >
<div id="div_id_inline_radios" class="mb-3">
<label for="" class=" form-label requiredField">Inline radios<span class="asteriskField">*</span></label>
<fieldset>
<legend for="" class=" form-label requiredField">Inline radios<span class="asteriskField">*</span></legend>
<div>
<div class="form-check form-check-inline">
<input type="radio" class="form-check-input is-invalid" name="inline_radios" value="option_one" id="id_inline_radios_0" required>
Expand All @@ -12,5 +13,6 @@
</div>
</div>
<p id="error_1_id_inline_radios" class="invalid-feedback"><strong>This field is required.</strong></p>
</fieldset>
</div>
</form>

0 comments on commit bbb8ec2

Please sign in to comment.