diff --git a/__tests__/html2/speechToSpeech/mute.unmute.html b/__tests__/html2/speechToSpeech/mute.unmute.html
index 396060f495..4759fa6caa 100644
--- a/__tests__/html2/speechToSpeech/mute.unmute.html
+++ b/__tests__/html2/speechToSpeech/mute.unmute.html
@@ -16,10 +16,11 @@
Test: Mute/Unmute functionality for Speech-to-Speech
This test validates:
- 1. Listening state can transition to muted and back to listening
- 2. Other states (idle) cannot transition to muted
- 3. Muted chunks contain all zeros (silent audio)
- 4. Uses useVoiceRecordingMuted hook via Composer pattern for mute/unmute control
+ 1. Mute is allowed from all state except idle
+ 2. When muted during listening, chunks contain all zeros (silent audio)
+ 3. When unmuted, chunks contain real audio
+ 4. Mute resets to false when recording stops
+ 5. Uses useVoiceRecordingMuted hook for mute/unmute control
-->