Squish: Update tst_CSUP02

Change-Id: I56fd0375b973141fae4e53352997d0752bfbfcb0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2019-06-26 19:00:40 +02:00
parent 5121c009f6
commit f858eaa9e8

View File

@@ -57,6 +57,9 @@ def main():
type(editorWidget, "<Return>")
type(editorWidget, "<Up>")
delayedType(editorWidget, "class")
if useClang:
snooze(4)
type(editorWidget, "<Ctrl+Space>")
listView = waitForObject(":popupFrame_Proposal_QListView")
shownProposals = dumpItems(listView.model())
usedProposal = "class derived from QObject"