feat(topology): render styles from presentation payload
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,8 @@ class GuanghanTopologySourceTests(unittest.TestCase):
|
||||
self.assertNotIn("http://localhost:5000", self.html)
|
||||
|
||||
def test_page_uses_database_presentation_payload(self) -> None:
|
||||
self.assertIn("currentData.layout.presentation", self.html)
|
||||
self.assertIn("getPresentation", self.html)
|
||||
self.assertIn("?.presentation", self.html)
|
||||
self.assertIn("nodeStyles", self.html)
|
||||
self.assertIn("edgeStyles", self.html)
|
||||
self.assertIn("decorationStyles", self.html)
|
||||
|
||||
Reference in New Issue
Block a user