diff --git a/frontend/src/ts/test/test-input.ts b/frontend/src/ts/test/test-input.ts index c45ac2f8b42a..7878e9e5a1bf 100644 --- a/frontend/src/ts/test/test-input.ts +++ b/frontend/src/ts/test/test-input.ts @@ -380,7 +380,7 @@ export function resetKeypressTimings(): void { if (aIndex === undefined) return b; if (bIndex === undefined) return a; return aIndex > bIndex ? a : b; - }); + }, ""); //get the data const lastKeyData = keyDownData[lastKey];