From 54fd0501f411ad51139625f4e17a9f23999802b4 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Wed, 9 Mar 2016 09:37:46 +0100 Subject: Fix and skip failing Quick tests after Chromium 49 update Change-Id: I1d8d221787c11bc8461e4989b0e5a5ece1c7d572 Reviewed-by: Allan Sandfeld Jensen --- tests/auto/quick/qmltests/data/tst_favicon.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/quick/qmltests/data/tst_favicon.qml') diff --git a/tests/auto/quick/qmltests/data/tst_favicon.qml b/tests/auto/quick/qmltests/data/tst_favicon.qml index 052ea3a80..022ed3af3 100644 --- a/tests/auto/quick/qmltests/data/tst_favicon.qml +++ b/tests/auto/quick/qmltests/data/tst_favicon.qml @@ -105,14 +105,14 @@ TestWebEngineView { webEngineView.url = url verify(webEngineView.waitForLoadSucceeded()) - compare(iconChangedSpy.count, 0) + iconChangedSpy.wait() + compare(iconChangedSpy.count, 1) var iconUrl = webEngineView.icon compare(iconUrl, Qt.resolvedUrl("icons/unavailable.ico")) } function test_errorPageEnabled() { - skip("Error page does not work properly: QTBUG-48995") WebEngine.settings.errorPageEnabled = true compare(iconChangedSpy.count, 0) -- cgit v1.2.3