Merge "Not starting calculator from TaplTestsLauncher3.testAppIconLaunchFromAllAppsFromHome" into ub-launcher3-qt-dev

am: 758be45bac

Change-Id: I9cfc6f63174e176fdefba311f6e92bb6cc3cc987
This commit is contained in:
Vadim Tryshev
2019-05-08 17:21:02 -07:00
committed by android-build-merger
@@ -24,7 +24,6 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import android.content.Intent;
import android.util.Log;
import androidx.test.filters.LargeTest;
@@ -241,9 +240,8 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
}
public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) {
final AppIcon app = allApps.getAppIcon("Calculator");
assertNotNull("AppIcon.launch returned null", app.launch(
test.resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR)));
final AppIcon app = allApps.getAppIcon("TestActivity7");
assertNotNull("AppIcon.launch returned null", app.launch(getAppPackageName()));
test.executeOnLauncher(launcher -> assertTrue(
"Launcher activity is the top activity; expecting another activity to be the top "
+ "one",