aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_HELP/tst_HELP02/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_HELP/tst_HELP02/test.py')
-rwxr-xr-xtests/system/suite_HELP/tst_HELP02/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_HELP/tst_HELP02/test.py b/tests/system/suite_HELP/tst_HELP02/test.py
index e3fc68cb40..9332268cc9 100755
--- a/tests/system/suite_HELP/tst_HELP02/test.py
+++ b/tests/system/suite_HELP/tst_HELP02/test.py
@@ -73,7 +73,7 @@ def setKeyboardShortcutForAboutQtC():
clickOnTab(":Options.qt_tabwidget_tabbar_QTabBar", "Keyboard")
filter = waitForObject("{container={title='Keyboard Shortcuts' type='QGroupBox' unnamed='1' "
"visible='1'} type='Utils::FancyLineEdit' unnamed='1' visible='1' "
- "placeHolderText='Filter'}")
+ "placeholderText='Filter'}")
replaceEditorContent(filter, "about")
treewidget = waitForObject("{type='QTreeWidget' unnamed='1' visible='1'}")
modelIndex = waitForObject("{column='0' text='AboutQtCreator' type='QModelIndex' "
@@ -84,7 +84,7 @@ def setKeyboardShortcutForAboutQtC():
record = waitForObject("{container=%s type='Core::Internal::ShortcutButton' unnamed='1' "
"visible='1' text~='(Stop Recording|Record)'}" % shortcutGB)
shortcut = ("{container=%s type='Utils::FancyLineEdit' unnamed='1' visible='1' "
- "placeHolderText='Enter key sequence as text'}" % shortcutGB)
+ "placeholderText='Enter key sequence as text'}" % shortcutGB)
clickButton(record)
nativeType("<Ctrl+Alt+a>")
clickButton(record)