diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py index 1afd10bdc93..d59280f161b 100644 --- a/tests/system/shared/editor_utils.py +++ b/tests/system/shared/editor_utils.py @@ -78,8 +78,6 @@ def menuVisibleAtEditor(editor, menuInList): return True return False menu = waitForObject("{type='QMenu' unnamed='1' visible='1'}", 500) - if platform.system() == 'Darwin': - menu.activateWindow() success = menu.visible and widgetContainsPoint(editor, menu.mapToGlobal(QPoint(0, 0))) if success: menuInList[0] = menu