summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2025-10-11 21:38:20 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2025-10-11 21:38:20 +0300
commit65ebb0d489bb91341f7aa0a894497255085b527f (patch)
tree3c6b7050b688c3b61657106abf3acfafcc3c16cb /tests/auto/qml
parent6bfd13e7e525e1785441b9d1c28f2206582065d1 (diff)
parentff59e23f40555001abcaab698add69255190371b (diff)
Merge tag 'v6.5.7-lts' into tqtc/lts-6.5-opensourcev6.5.7-lts-lgpl6.5
Qt 6.5.7-lts release Conflicts solved: dependencies.yaml Change-Id: Ia65320c501127935e4d739b7e4ae739a166caff0
Diffstat (limited to 'tests/auto/qml')
-rw-r--r--tests/auto/qml/qquickwebview/tst_qquickwebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qquickwebview/tst_qquickwebview.cpp b/tests/auto/qml/qquickwebview/tst_qquickwebview.cpp
index 139dd85..8352144 100644
--- a/tests/auto/qml/qquickwebview/tst_qquickwebview.cpp
+++ b/tests/auto/qml/qquickwebview/tst_qquickwebview.cpp
@@ -444,7 +444,7 @@ void tst_QQuickWebView::settings_JS()
webView()->settings()->setJavaScriptEnabled(jsEnabled);
webView()->setUrl(testUrl);
QVERIFY(waitForLoadSucceeded(webView()));
- QCOMPARE(webView()->title(), expectedTitle);
+ QTRY_COMPARE(webView()->title(), expectedTitle);
webView()->settings()->setJavaScriptEnabled(wasJsEnabled);
}