mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-27 13:42:58 +02:00
fix: add zoom level functionality to BecConsole and related tests
This commit is contained in:
@@ -104,7 +104,13 @@ class TestDeveloperViewInitialization:
|
||||
|
||||
# Check for expected toolbar actions
|
||||
toolbar_components = developer_view.toolbar.components
|
||||
expected_actions = ["save", "save_as", "run", "stop", "vim"]
|
||||
expected_actions = [
|
||||
"save",
|
||||
"save_as",
|
||||
"run",
|
||||
"stop",
|
||||
"vim",
|
||||
]
|
||||
|
||||
for action_name in expected_actions:
|
||||
assert toolbar_components.exists(action_name)
|
||||
|
||||
Reference in New Issue
Block a user