diff --git a/__tests__/html2/speechToSpeech/mute.unmute.html b/__tests__/html2/speechToSpeech/mute.unmute.html
index 396060f495..7445c252ef 100644
--- a/__tests__/html2/speechToSpeech/mute.unmute.html
+++ b/__tests__/html2/speechToSpeech/mute.unmute.html
@@ -16,10 +16,13 @@
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 independent of voiceState - can be toggled anytime
+ 2. Starting recording while muted should reset and start recording always unmuted.
+ 3. When muted during listening, chunks contain all zeros (silent audio)
+ 4. When unmuted, chunks contain real audio
+ 5. Mute resets to false when recording stops
+ 6. Stopping while muted does NOT re-acquire microphone (cleanup order test)
+ 7. Uses useVoiceRecordingMuted hook for mute/unmute control
-->