SquishTests: Fix tst_CSUP04

Change-Id: I4d9546c13451d8e56a1bc616c3ac8a7640db3204
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2022-11-01 14:37:58 +01:00
committed by Robert Löhning
parent 724d275f4f
commit 176df5827e

View File

@@ -53,6 +53,6 @@ def main():
type(editorWidget, "<Ctrl+Shift+u>")
# wait until search finished and verify search results
waitForSearchResults()
validateSearchResult(5 if JIRA.isBugStillOpen(2863) else 3)
validateSearchResult(3 if useClang else 5)
invokeMenuItem("File", "Exit")
waitForCleanShutdown()