aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/popup/tst_popup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/popup/tst_popup.cpp')
-rw-r--r--tests/auto/popup/tst_popup.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/popup/tst_popup.cpp b/tests/auto/popup/tst_popup.cpp
index da772384..ae886623 100644
--- a/tests/auto/popup/tst_popup.cpp
+++ b/tests/auto/popup/tst_popup.cpp
@@ -129,11 +129,6 @@ void tst_popup::overlay()
QCOMPARE(overlayPressedSignal.count(), 2);
QCOMPARE(overlayReleasedSignal.count(), 1);
- QTest::mouseClick(window, Qt::LeftButton, Qt::NoModifier, QPoint(button->x() + popup->x() + popup->width() / 2,
- button->y() + popup->y() + popup->height() / 2));
- QCOMPARE(overlayPressedSignal.count(), 2);
- QCOMPARE(overlayReleasedSignal.count(), 1);
-
QVERIFY(!popup->isVisible());
}