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

Commit b226f28a authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Not using browser app in testing. It may not start." into ub-launcher3-qt-dev

parents 67e52822 12569122
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

package com.android.quickstep;

import static com.android.launcher3.ui.TaplTestsLauncher3.getAppPackageName;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
@@ -60,7 +62,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
    }

    private void startTestApps() throws Exception {
        startAppFast(resolveSystemApp(Intent.CATEGORY_APP_BROWSER));
        startAppFast(getAppPackageName());
        startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR));
        startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CONTACTS));

+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
                launch(getAppPackageName());
    }

    private static String getAppPackageName() {
    public static String getAppPackageName() {
        return getInstrumentation().getContext().getPackageName();
    }
}