=== Repetitions Radio Buttons Test === ✓ Repetitions should have radio-group--responsive class ✓ Labels should be simplified to single words ✓ Last option should have red-underline class on parenthetical text ✓ Values should be 1, 7, -8 === Schedule Radio Buttons Test === ✓ Schedule should use radio-group--responsive class ✓ Should generate radio buttons from userConfig['focused']['times'] ✓ Each radio should have data-hour attribute ✓ Labels should show 'Morning (5:00am)', 'Afternoon (2:00pm)', 'Evening (7:00pm)' ✓ Hidden timestamp field should be updated via JavaScript === JavaScript Functionality Test === ✓ Should handle schedule radio button changes ✓ Should update hidden #when-value field with data-hour ✓ Should initialize timestamp on page load === CSS Test === ✓ Should have .red-underline class with text-decoration: underline red; ✓ Should have .radio-group--responsive with flex-direction: row ✓ Should have media query for mobile (max-width: 768px) === Form Submission Test === ✓ Form should submit schedule radio value (morning, afternoon, evening) ✓ Hidden timestamp field should contain hour value (5, 14, 19) ✓ Backward compatibility maintained === Schedule Visibility Test === ✓ Schedule field should be hidden when 'Hourly' (-8) is selected ✓ Schedule field should be visible for 'Daily' (1) and 'Memorize' (7) All tests passed! ✓