fix: persist manual workbench sessions
This commit is contained in:
@@ -147,7 +147,6 @@ test("v02 render follows TypeScript runtime checks and does not self-patch boots
|
||||
assert.match(runtimeReadyScript, /stage: "runtime-ready", status: "started"/u);
|
||||
assert.match(runtimeReadyScript, /status: "progress"/u);
|
||||
assert.match(runtimeReadyScript, /stage: "argo-sync-health"/u);
|
||||
assert.match(runtimeReadyScript, /ids\.has\("hwlab-cloud-api"\)\) ids\.add\("hwlab-deepseek-proxy"\)/u);
|
||||
assert.match(runtimeReadyScript, /status: "timeout", reason: "source-commit-refresh-timeout"/u);
|
||||
assert.match(runtimeReadyScript, /if \(!observedServiceIds\) \{/u);
|
||||
assert.match(runtimeReadyScript, /const refresh = await waitForArgoRefresh\(\);\n if \(!refresh\.observed\) return;/u);
|
||||
|
||||
Reference in New Issue
Block a user