Update snapshot-tools.test.ts

This commit is contained in:
Tommy D. Rossi
2026-02-03 12:38:52 +01:00
parent d0489b3d48
commit bc8b10039c
+1 -1
View File
@@ -181,7 +181,7 @@ describe('Snapshot & Screenshot Tests', () => {
await globalThis.toggleExtensionForActiveTab()
})
await new Promise(r => setTimeout(r, 100))
await new Promise(r => setTimeout(r, 400))
const capturedCommands: CDPCommand[] = []
const commandHandler = ({ command }: { clientId: string; command: CDPCommand }) => {