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

Commit 4424f663 authored by Alibek Manabayev's avatar Alibek Manabayev Committed by Android (Google) Code Review
Browse files

Merge "Extend tests to check Transient Taskbar Autohide" into tm-qpr-dev

parents 6d3658dd 3b61863b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ public class TaplTestsTaskbar extends AbstractQuickStepTest {
    @TaskbarModeSwitch(mode = TRANSIENT)
    public void testTransientLaunchApp() throws Exception {
        getTaskbar().getAppIcon(TEST_APP_NAME).launch(TEST_APP_PACKAGE);
        mLauncher.getLaunchedAppState().assertTaskbarHidden();
    }

    @Test
@@ -140,6 +141,7 @@ public class TaplTestsTaskbar extends AbstractQuickStepTest {
    public void testTransientLaunchAppInSplitscreen() throws Exception {
        getTaskbar().getAppIcon(TEST_APP_NAME).dragToSplitscreen(
                TEST_APP_PACKAGE, CALCULATOR_APP_PACKAGE);
        mLauncher.getLaunchedAppState().assertTaskbarHidden();
    }

    @Test