forked from qt-creator/qt-creator
Squish: Update tst_CSUP02
Change-Id: I56fd0375b973141fae4e53352997d0752bfbfcb0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user