fix(web-probe): wait for mdtodo DOM before sentinel screenshots
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user