mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 01:01:16 -04:00
fix(curriculum): change text for test 24 of Customer Complaint Form (#60399)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user