Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 715de78e authored by vadimt's avatar vadimt
Browse files

Tests: removing workaround for Overview crashing on rotation

Bug: 135287203
Change-Id: I9766f385be5331f56638438822f321ccd1efc920
parent b4ff3121
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -49,14 +49,12 @@ class PortraitLandscapeRunner implements TestRule {
                mTest.mDevice.setOrientationNatural();
                mTest.mLauncher.setExpectedRotation(Surface.ROTATION_0);
                base.evaluate();
                mTest.mLauncher.pressHome();
            }

            private void evaluateInLandscape() throws Throwable {
                mTest.mDevice.setOrientationLeft();
                mTest.mLauncher.setExpectedRotation(Surface.ROTATION_90);
                base.evaluate();
                mTest.mLauncher.pressHome();
            }
        };
    }