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
@@ -2574,6 +2574,7 @@ function appendScenarioObserveCommandArgs(args: string[], item: Record<string, u
const text = stringAtNullable(item, "text") ?? stringAtNullable(item, "value");
if (text !== null) args.push("--text", text);
}
if (item.waitProjectManagementReady === true && !args.includes("--wait-project-management-ready")) args.push("--wait-project-management-ready");
}
function finalizeQuickVerifyFailure(state: SentinelCicdState, input: {