Skip to content

Commit

Permalink
Fix test_analysispanel test not working on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Jan 27, 2025
1 parent 5197856 commit 32addbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
def panel_with_localization_on(qtbot: QtBot):
def func(settings, ensemble_size):
widget = AnalysisModuleVariablesPanel(settings, ensemble_size)
widget.show()
qtbot.addWidget(widget)
check_box = widget.findChild(QCheckBox, name="localization")
qtbot.mouseClick(check_box, Qt.MouseButton.LeftButton)
Expand Down

0 comments on commit 32addbb

Please sign in to comment.