From c4a40f7a07f282bfdba1e4ecd838fc5d9fd5fd9e Mon Sep 17 00:00:00 2001 From: Roberto Iacono Date: Fri, 16 May 2025 13:51:06 +0200 Subject: [PATCH] fix(curriculum): change text for test 24 of Customer Complaint Form (#60399) --- .../lab-customer-complaint-form/67279fe50237291f80eed8b8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-customer-complaint-form/67279fe50237291f80eed8b8.md b/curriculum/challenges/english/25-front-end-development/lab-customer-complaint-form/67279fe50237291f80eed8b8.md index 3d9f8f397b3..52f4c83e26b 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-customer-complaint-form/67279fe50237291f80eed8b8.md +++ b/curriculum/challenges/english/25-front-end-development/lab-customer-complaint-form/67279fe50237291f80eed8b8.md @@ -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;