chore: link integration setup
This commit is contained in:
@@ -5031,6 +5031,7 @@ function resolveMainAgentLandingScreen(target) {
|
||||
"goto-intake": "intake",
|
||||
"goto-automation": "automation",
|
||||
"goto-playbook": "playbook",
|
||||
"goto-admin-workbench": "admin-workbench",
|
||||
"goto-tracking": "tracking",
|
||||
"goto-production": "production",
|
||||
"goto-strategy": "strategy",
|
||||
|
||||
@@ -810,6 +810,7 @@ test("admin override actions guard against missing governance targets", () => {
|
||||
test("main agent result rendering offers a direct route back into the recommended screen", () => {
|
||||
const execution = extractBetween(APP, "function renderOneLinerExecutionPayloadHtml(payload)", "function parseOneLinerActionPayloadValue(value)");
|
||||
const lastAction = extractBetween(APP, "function renderLastActionCard()", "function getJobRecoveryCategory(job)");
|
||||
const landing = extractBetween(APP, "function resolveMainAgentLandingScreen(target)", "function captureMainAgentLandingContext(action, targetScreen)");
|
||||
assert.match(execution, /recommended_action/);
|
||||
assert.match(execution, /result_sections/);
|
||||
assert.match(execution, /当前焦点/);
|
||||
@@ -819,6 +820,7 @@ test("main agent result rendering offers a direct route back into the recommende
|
||||
assert.match(execution, /data-action="\$\{escapeHtml\(payload\.recommended_action\.action\)\}"/);
|
||||
assert.match(lastAction, /open-oneliner-run-result/);
|
||||
assert.match(lastAction, /recommended_action/);
|
||||
assert.match(landing, /"goto-admin-workbench": "admin-workbench"/);
|
||||
});
|
||||
|
||||
test("direct oneliner execution results preserve structured follow-up attrs", () => {
|
||||
|
||||
Reference in New Issue
Block a user