diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index b304b4966c7..ecc1ae98756 100644 --- a/tests/system/shared/project.py +++ b/tests/system/shared/project.py @@ -177,8 +177,7 @@ def __selectQtVersionDesktop__(checks, available=None, withoutQt4=False): def __createProjectHandleLastPage__(expectedFiles=[], addToVersionControl="", addToProject=None): if len(expectedFiles): - summary = waitForObject("{name='filesLabel' text?='Files to be added in
*
' " - "type='QLabel' visible='1'}").text + summary = waitForObject("{name='filesLabel' type='QLabel'}").text verifyItemOrder(expectedFiles, summary) if addToProject: selectFromCombo(":projectComboBox_QComboBox", addToProject)