summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2016-11-11 10:59:54 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2016-11-17 15:45:15 +0000
commitda1d5274616d026e410f7e39c6b1ec8886bb7be5 (patch)
treef121ff2868b1c0ff94a2e745c972bde88e5cc1bc
parent80f0ec9375638b545043cf500e08ab786bc94c8c (diff)
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 <allan.jensen@qt.io>
-rw-r--r--tests/auto/quick/qmltests/data/tst_navigationRequested.qml3
1 files changed, 0 insertions, 3 deletions
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