summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_favicon.qml
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2016-03-09 09:37:46 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-03-10 11:49:45 +0000
commit54fd0501f411ad51139625f4e17a9f23999802b4 (patch)
treee889def46b6c3139c9a0d14d52852a1cbec741d0 /tests/auto/quick/qmltests/data/tst_favicon.qml
parentcaf830b9bb25f9aef2ea35bf27c0492a3d86ffa3 (diff)
Fix and skip failing Quick tests after Chromium 49 update
Change-Id: I1d8d221787c11bc8461e4989b0e5a5ece1c7d572 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qmltests/data/tst_favicon.qml')
-rw-r--r--tests/auto/quick/qmltests/data/tst_favicon.qml4
1 files changed, 2 insertions, 2 deletions
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)