Finalize UI truthfulness and bootstrap hardening
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Tier2 strict UI evidence for topology-trust-administration-ui
|
||||
CapturedAtUtc: 2026-04-15T17:03:18Z
|
||||
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
|
||||
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
|
||||
Route: /setup/topology/overview
|
||||
Assertions:
|
||||
- view-mode radio "Command" is visible
|
||||
- view-mode radio "Topology" is visible
|
||||
- removed fallback text is absent
|
||||
Command output snippet:
|
||||
- Running 2 tests using 1 worker
|
||||
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
|
||||
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
|
||||
- 2 passed (34.9s)
|
||||
Result: pass
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "topology-trust-administration-ui",
|
||||
"runId": "run-002",
|
||||
"baseUrl": "https://stella-ops.local",
|
||||
"capturedAtUtc": "2026-04-15T17:03:18Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"rechecks mounted truthful-state routes after the mock-data cutover"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Open the mounted topology overview route.",
|
||||
"action": "navigate",
|
||||
"target": "/setup/topology/overview",
|
||||
"expected": "The route renders the topology overview shell with live Command and Topology view-mode radios.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
|
||||
},
|
||||
{
|
||||
"description": "Verify the removed fallback layout copy is absent.",
|
||||
"action": "assert",
|
||||
"target": "Topology overview page body",
|
||||
"expected": "\"Mock topology layout for when API returns empty\" does not appear on the mounted route.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/topology-trust-administration-ui/run-002/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user