Add HTML5 object graph context
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-17 00:32:16 +03:00
parent c871a8bbd2
commit 7ee6deb088
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -322,6 +322,7 @@ def test_html5_object_context_fragment(tmp_path: Path):
assert "HTTPConnection" in context.text
assert "https://api.example.local/orders" in context.text
assert "OUTBOUND" in context.text
assert "data-html5-object-context-item=\"flow-edge\"" in context.text
assert "1 signals" in context.text
assert "1 errors" in context.text
assert "125.0 ms" in context.text