diff --git a/tests/system/suite_tools/tst_external_sort/test.py b/tests/system/suite_tools/tst_external_sort/test.py index eb3ec38b058..d170beda081 100644 --- a/tests/system/suite_tools/tst_external_sort/test.py +++ b/tests/system/suite_tools/tst_external_sort/test.py @@ -41,7 +41,7 @@ def main(): locale = "LC_ALL=C " sorted = getOutputFromCmdline("%ssort %s" % (locale, unsortedFile)).replace("\r", "") selectFromFileDialog(unsortedFile) - editor = waitForObject("{type='TextEditor::BaseTextEditorWidget' unnamed='1' " + editor = waitForObject("{type='TextEditor::TextEditorWidget' unnamed='1' " "visible='1' window=':Qt Creator_Core::Internal::MainWindow'}", 3000) placeCursorToLine(editor, "bbb") invokeMenuItem("Edit", "Select All")