diff --git a/tests/system/shared/utils.py b/tests/system/shared/utils.py index ced74a0031e..76fe918e98f 100644 --- a/tests/system/shared/utils.py +++ b/tests/system/shared/utils.py @@ -435,6 +435,7 @@ def iterateQtVersions(keepOptionsOpen=False, alreadyOnOptionsDialog=False, rootChildText = str(rootIndex.data()).replace(".", "\\.").replace("_", "\\_") for subIndex in dumpIndices(model, rootIndex): subChildText = str(subIndex.data()).replace(".", "\\.").replace("_", "\\_") + treeView.scrollTo(subIndex) mouseClick(waitForObjectItem(treeView, ".".join([rootChildText,subChildText]))) currentText = str(waitForObject(":QtSupport__Internal__QtVersionManager.QLabel").text) matches = pattern.match(currentText)