summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_titleChanged.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/tst_titleChanged.qml')
-rw-r--r--tests/auto/quick/qmltests/data/tst_titleChanged.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/quick/qmltests/data/tst_titleChanged.qml b/tests/auto/quick/qmltests/data/tst_titleChanged.qml
index 23361c5f4..54975af24 100644
--- a/tests/auto/quick/qmltests/data/tst_titleChanged.qml
+++ b/tests/auto/quick/qmltests/data/tst_titleChanged.qml
@@ -51,10 +51,9 @@ TestWebEngineView {
var testUrl = Qt.resolvedUrl("test3.html")
webEngineView.url = testUrl
- verify(webEngineView.waitForLoadSucceeded())
+ spyTitle.wait()
compare(webEngineView.title, "Test page 3")
spyTitle.clear()
-
spyTitle.wait()
compare(webEngineView.title, "New Title")
}