summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-02-08 13:41:15 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-01 12:06:35 +0000
commit70a76770763a4abd5cc9ce27659db16746dce06c (patch)
tree949350035ce0c254926cbfb24f413992aa8cd3a7 /tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
parenta6e3b9113ba28fee9f705bb93cddaadfec43a917 (diff)
Update auto tests for Chromium 55
Load failures now have a Chromium side timeout of 10s so we need to wait longer than that. Additionally error-pages no longer have descriptive titles, so we can not rely on that in our tests any longer. Change-Id: I33ac8b9f1247403eb214f7260267edb887fe10d0 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp')
-rw-r--r--tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp b/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
index dcc2c4f5e..699c7028b 100644
--- a/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
+++ b/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
@@ -684,6 +684,7 @@ void tst_QQuickWebEngineView::inputEventForwardingDisabledWhenActiveFocusOnPress
void tst_QQuickWebEngineView::changeLocale()
{
+ QSKIP("Error pages no longer have useful titles in Chromium 55");
QUrl url("http://non.existent/");
QLocale::setDefault(QLocale("de"));