mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-05 00:12:49 +01:00
refactor(advanced_dock_area): change remove_widget to delete
This commit is contained in:
@@ -293,7 +293,7 @@ class TestBasicDockArea:
|
||||
assert "panel_two" in basic_dock_area.dock_map()
|
||||
|
||||
# Remove panel_one
|
||||
result = basic_dock_area.remove_widget("panel_one")
|
||||
result = basic_dock_area.delete("panel_one")
|
||||
qtbot.wait(100)
|
||||
|
||||
assert result is True
|
||||
|
||||
Reference in New Issue
Block a user