[autotests] Remove expected fail from snap to auto-hide Wayland

Same as on X11, it's fixed now.
remotes/origin/bshah/hwcomposer_testing
Martin Gräßlin 10 years ago
parent d1076fc5b9
commit 14b6ecf499
  1. 1
      autotests/integration/move_resize_window_test.cpp

@ -745,7 +745,6 @@ void MoveResizeWindowTest::testAdjustClientGeometryOfAutohidingWaylandPanel()
QVERIFY(panelHiddenSpy.wait());
// now try to snap again
QEXPECT_FAIL("", "BUG 365892", Continue);
QCOMPARE(Workspace::self()->adjustClientPosition(testWindow, targetPoint, false), targetPoint);
// and destroy the panel again

Loading…
Cancel
Save