mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Drop unused winbox_frame backward-compat alias
Nothing in the tree uses it; it was added during the rename out of an abundance of caution but there are no callers.
This commit is contained in:
@@ -2335,9 +2335,6 @@ class NavigatesGalaxy(HasDriverProxy[WaitType]):
|
||||
finally:
|
||||
self.switch_to_default_content()
|
||||
|
||||
# backward compat alias
|
||||
winbox_frame = scratchbook_frame
|
||||
|
||||
def window_manager_get_titles(self) -> list:
|
||||
"""Return list of window titles from all open scratchbook windows."""
|
||||
elements = self.components.window_manager.title.all()
|
||||
|
||||
Reference in New Issue
Block a user