diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index a8d16c9e3ad..d5cf7030aac 100644 --- a/tests/system/shared/project.py +++ b/tests/system/shared/project.py @@ -125,7 +125,7 @@ def __createProjectSetNameAndPath__(path, projectName = None, checks = True, lib return str(projectName) def __createProjectHandleQtQuickSelection__(minimumQtVersion): - comboBox = waitForObject("{buddy=':Minimal required Qt version:_QLabel' name='QtVersion' " + comboBox = waitForObject("{leftWidget=':Minimal required Qt version:_QLabel' name='QtVersion' " "type='Utils::TextFieldComboBox' visible='1'}") try: selectFromCombo(comboBox, "Qt %s" % minimumQtVersion) diff --git a/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv b/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv index 6aac83e07ba..086c391d2ea 100644 --- a/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv +++ b/tests/system/suite_qtquick/tst_qml_outline/testdata/focus.qml_mod3_outline.tsv @@ -3,7 +3,7 @@ "id" "1" "window" "txtCnt" "1" """Property""" "clicked" "1" "" -"clicked" "1" "" +"clicked()" "1" "" "width" "1" "800" "height" "1" "480" "color" "1" """white"""