You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/WebSpeechVoiceManager/initialization.test.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -158,36 +158,36 @@ testWithContext("initialization: keeps all voices by default", async (t: Executi
158
158
testWithContext("initialization: quality inference: infers quality from nativeID when voiceURI has no indicators",async(t: ExecutionContext<TestContext>)=>{
159
159
constmanager=t.context.manager;
160
160
161
-
// Test Francesca voice from es.json which has nativeID with "enhanced"
161
+
// Test Francisca voice from es.json which has nativeID with "enhanced"
162
162
// Use plain voiceURI to force nativeID quality inference
163
163
consttestVoice={
164
164
voiceURI: "plain.voice.uri",// No package indicators
165
-
name: "Francesca",// Must match the JSON voice name exactly
165
+
name: "Francisca",// Must match the JSON voice name exactly
166
166
lang: "es-CL",// Must match the JSON voice language
167
167
localService: true,
168
168
default: false
169
169
};
170
170
171
-
// Parse the voice - it should find Francesca in es.json and infer quality from nativeID
171
+
// Parse the voice - it should find Francisca in es.json and infer quality from nativeID
0 commit comments