Add HTML5 flowchart context links
This commit is contained in:
@@ -135,6 +135,7 @@ def test_html5_server_rendered_project_editor(tmp_path: Path):
|
||||
assert "htmx-ext-sse" in editor.text
|
||||
assert "client-js: htmx+sse only" in editor.text
|
||||
assert ".object-actions .button[data-html5-object-action-active" in editor.text
|
||||
assert ".inline-actions" in editor.text
|
||||
assert "Проверить" in editor.text
|
||||
assert "__next" not in editor.text
|
||||
|
||||
@@ -342,6 +343,7 @@ def test_html5_object_context_fragment(tmp_path: Path):
|
||||
assert "OUTBOUND" in context.text
|
||||
assert "data-html5-object-context-item=\"flow-edge\"" in context.text
|
||||
assert "data-html5-flowchart-focus" in context.text
|
||||
assert "data-html5-flowchart-context" in context.text
|
||||
assert "data-html5-flowchart" in context.text
|
||||
assert 'hx-swap-oob="outerHTML"' in context.text
|
||||
assert "Карта связей · focus" in context.text
|
||||
|
||||
Reference in New Issue
Block a user