Style active HTML5 object actions
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-17 01:16:15 +03:00
parent 9ff2cf3676
commit 20c1b1809b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -134,6 +134,7 @@ def test_html5_server_rendered_project_editor(tmp_path: Path):
assert "htmx.org" in editor.text
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 "Проверить" in editor.text
assert "__next" not in editor.text