Squish: Remove redundant line

Change-Id: I819ace3fc7c3223c5bcd52377db3e7833371c7ec
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2018-11-01 11:54:21 +01:00
parent f91862a212
commit 0bc120b87c

View File

@@ -35,8 +35,6 @@ def verifyInteractiveQMLHelp(lineText, helpText):
if platform.system() == "Darwin": if platform.system() == "Darwin":
homeKey = "<Ctrl+Left>" homeKey = "<Ctrl+Left>"
type(editorArea, homeKey) type(editorArea, homeKey)
else:
type(editorArea, homeKey)
snooze(1) snooze(1)
# call help # call help
type(editorArea, "<F1>") type(editorArea, "<F1>")