Skip to content

Commit

Permalink
Update test/gui/test_b0shim_tab.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Dastous <[email protected]>
  • Loading branch information
4rnaudB and po09i authored Jan 18, 2024
1 parent e175149 commit 387d7ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/gui/test_b0shim_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ def __test_st_plugin_b0shim_dyn(view, overlayList, displayCtx, options):
for widget in list_widgets:
if isinstance(widget, wx.CheckBox) and widget.IsShown():
if widget.GetName() == 'check':
widget.SetValue(True)
assert set_checkbox(widget)
realYield()

# Select the dropdowns that are nested
list_widgets = []
Expand Down

0 comments on commit 387d7ee

Please sign in to comment.