mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Add Patrol safe workflow row guidance
This commit is contained in:
parent
477d549efd
commit
f0c81de00e
5 changed files with 77 additions and 3 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue