forked from qt-creator/qt-creator
Squish: Stabilize tst_CSUP06
Change-Id: I2cac53f69d15763770fe3955408867ec668bfccd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -52,6 +52,7 @@ def performAutoCompletionTest(editor, lineToStartRegEx, linePrefix, testFunc, *f
|
||||
while currentLine.startswith(linePrefix):
|
||||
type(editor, eol)
|
||||
type(editor, "<Ctrl+/>") # uncomment current line
|
||||
snooze(1)
|
||||
type(editor, autoComp) # invoke auto-completion
|
||||
testFunc(currentLine, *funcArgs)
|
||||
type(editor, "<Ctrl+/>") # comment current line again
|
||||
|
||||
Reference in New Issue
Block a user