summaryrefslogtreecommitdiff
path: root/tests/system/suite_debugger/tst_simple_analyze/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_debugger/tst_simple_analyze/test.py')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py
index 06f6808532..e2865380cf 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/test.py
+++ b/tests/system/suite_debugger/tst_simple_analyze/test.py
@@ -88,8 +88,8 @@ def main():
waitFor('"Elapsed: 5" in str(elapsedLabel.text)', 20000)
clickButton(stopButton)
if safeClickTab("JavaScript"):
- model = waitForObject(":JavaScript.QmlProfilerEventsTable_QmlProfiler::"
- "Internal::QV8ProfilerEventsMainView").model()
+ model = findObject(":JavaScript.QmlProfilerEventsTable_QmlProfiler::"
+ "Internal::QV8ProfilerEventsMainView").model()
test.compare(model.rowCount(), 0)
if safeClickTab("Events"):
colPercent, colTotal, colCalls, colMean, colMedian, colLongest, colShortest = range(2, 9)