Add Patrol safe workflow row guidance

This commit is contained in:
rcourtman 2026-06-30 16:47:55 +01:00
parent 477d549efd
commit f0c81de00e
5 changed files with 77 additions and 3 deletions

View file

@ -626,6 +626,7 @@ test.describe("Monitor-first Patrol workbench browser contract", () => {
await expect(issueSummary.getByText("Affected")).toBeVisible();
await expect(issueSummary.getByText("Why it matters")).toBeVisible();
await expect(issueSummary.getByText("What Pulse checked")).toBeVisible();
await expect(issueSummary.getByText("Safe workflow")).toBeVisible();
await expect(issueSummary.getByText("Recommended next step")).toBeVisible();
await expect(issueSummary.getByText("Verification")).toBeVisible();
await expect(
@ -642,6 +643,11 @@ test.describe("Monitor-first Patrol workbench browser contract", () => {
"CPU stayed above the configured warning threshold during the scheduled Patrol check.",
),
).toBeVisible();
await expect(
issueSummary.getByText(
"Review evidence first; no change runs until the proposed fix is approved, then Patrol verifies the outcome.",
),
).toBeVisible();
await expect(
issueSummary.getByText(
"A governed fix is waiting for an approve or reject decision.",