aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-25 15:24:38 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-27 18:44:17 +0000
commit1544f3d7d36c2c0ff1d0d65c20a3acce74b09e54 (patch)
treec0ce1b5495a5431f47216753f2f6ae4b6a58bea0 /tests
parent09b9a551c8eadc4e406468af09b44c14ea6c7b7f (diff)
tst_rangeslider: remove unnecessary waitForRendering()
Apparently missed in 87c1ec3. Change-Id: Iafeee4d44790eaa37f0e51b5ebe1aefb5d532cf6 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/controls/data/tst_rangeslider.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_rangeslider.qml b/tests/auto/controls/data/tst_rangeslider.qml
index da6e24a1..791f357f 100644
--- a/tests/auto/controls/data/tst_rangeslider.qml
+++ b/tests/auto/controls/data/tst_rangeslider.qml
@@ -525,7 +525,6 @@ TestCase {
var control2 = createTemporaryObject(sliderComponent, testCase, {y: control1.height})
verify(control2)
- waitForRendering(control2)
// press and move the first handle of the second slider
touch.stationary(0).stationary(1).press(2, control2, 0, 0).commit()