From da1d5274616d026e410f7e39c6b1ec8886bb7be5 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Fri, 11 Nov 2016 10:59:54 +0100 Subject: Remove mouse click workaround from test_navigationRequested The issue has been fixed in the quick test framework. Task-number: QTBUG-56223 Change-Id: I101ca4cdd3f741623111d35d13dfcdb35ca85ea3 Reviewed-by: Allan Sandfeld Jensen --- tests/auto/quick/qmltests/data/tst_navigationRequested.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/auto/quick/qmltests/data/tst_navigationRequested.qml b/tests/auto/quick/qmltests/data/tst_navigationRequested.qml index 5013f2fbe..b1c94e601 100644 --- a/tests/auto/quick/qmltests/data/tst_navigationRequested.qml +++ b/tests/auto/quick/qmltests/data/tst_navigationRequested.qml @@ -83,9 +83,6 @@ TestWebEngineView { when: windowShown function init() { - // Workaround for QTBUG-56223 - mouseClick(webEngineView, 0, 0) - attributes.clear() navigationSpy.clear() shouldIgnoreLinkClicks = false -- cgit v1.2.3