feat(gui): Add auto-scroll, blinking history, and reactive API events
This commit is contained in:
@@ -46,6 +46,12 @@ class BaseSimulation:
|
||||
pass
|
||||
print("[BaseSim] Teardown complete.")
|
||||
|
||||
def get_value(self, tag):
|
||||
return self.client.get_value(tag)
|
||||
|
||||
def wait_for_event(self, event_type, timeout=10):
|
||||
return self.client.wait_for_event(event_type, timeout)
|
||||
|
||||
def assert_panel_visible(self, panel_tag, msg=None):
|
||||
# This assumes we have a hook to check panel visibility or just check if an element in it exists
|
||||
# For now, we'll check if we can get a value from an element that should be in that panel
|
||||
|
||||
Reference in New Issue
Block a user