fix(web-probe): wait for mdtodo DOM before sentinel screenshots

This commit is contained in:
Codex
2026-06-27 06:18:47 +00:00
parent c0c392caa6
commit 379bb64d57
5 changed files with 45 additions and 2 deletions
+1
View File
@@ -204,6 +204,7 @@ export interface NodeWebProbeObserveOptions {
commandExpectedSentinelRange: string | null;
commandExpectedActionWaitMs: number | null;
commandRequireComposerReady: boolean;
commandWaitProjectManagementReady: boolean;
commandFindingId: string | null;
commandBlocking: boolean | null;
commandAccountId: string | null;