Add Broker client and writer quick dialogs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user