fix(curriculum): change text for test 24 of Customer Complaint Form (#60399)

This commit is contained in:
Roberto Iacono
2025-05-16 13:51:06 +02:00
committed by GitHub
parent 5b4e926d7f
commit c4a40f7a07

View File

@@ -262,7 +262,7 @@ const fieldset = document.getElementById("solutions-group");
assert.equal(fieldset.style.borderColor, "green");
```
When all of the checkboxes from `#complaints-group` are changed to the unchecked state, you should set `#complaints-group`'s border color to `red`.
When the form is submitted and all of the radio buttons from `#solutions-group` are in the unchecked state, you should set `#solutions-group`'s border color to `red`.
```js
document.getElementById("refund").checked = false;