Add Broker client and writer quick dialogs

This commit is contained in:
2026-09-13 14:40:51 +02:00
parent 9f6ebf2053
commit 7ccc8799e9
9 changed files with 274 additions and 32 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def check_layout(html):
if cls in classes(node):
return node
raise AssertionError(cls)
for domain in ('serial', 'network'):
for domain in ('serial', 'network', 'broker', 'writer'):
trigger = ids['quick-' + domain]
assert trigger['tag'] == 'button' and trigger['attrs']['type'] == 'button'
assert trigger['attrs']['aria-controls'] == 'serial-settings'