fix(ui): move widget and page documentation into headings
Verified with the coordinated workspace changes by devkit full run 2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed). This shared UI pass does not mark the individual module reviews complete.
This commit is contained in:
@@ -76,7 +76,9 @@ class OpsInterfaceDocumentationContractTests(unittest.TestCase):
|
||||
"TableActionGroup",
|
||||
):
|
||||
self.assertIn(component, page)
|
||||
self.assertIn("DocumentationHelpLink", widget)
|
||||
contribution = (REPO_ROOT / "webui/src/module.ts").read_text(encoding="utf-8")
|
||||
self.assertIn("documentation: OPS_DOCUMENTATION", contribution)
|
||||
self.assertNotIn("DocumentationHelpLink", widget)
|
||||
self.assertIn("LoadingFrame", widget)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user