summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-26 14:38:21 -0700
committervadimt <vadimt@google.com>2019-04-26 14:38:21 -0700
commit91b01f6c7fe6955a926f0cf6cf11068a4354cf21 (patch)
tree4585e73bedc19a0e1e8eb3f2f6de206df1ead6a0 /tests
parent6f09dd61afdb5eb78e316446cbe41ac2fd4d55a0 (diff)
downloadandroid_packages_apps_Trebuchet-91b01f6c7fe6955a926f0cf6cf11068a4354cf21.tar.gz
android_packages_apps_Trebuchet-91b01f6c7fe6955a926f0cf6cf11068a4354cf21.tar.bz2
android_packages_apps_Trebuchet-91b01f6c7fe6955a926f0cf6cf11068a4354cf21.zip
Not starting Chrome for testing as it's unstable
Bug: 131420412 Change-Id: Ief57e8a9ba37feddfc7c2bddc66209e99c796052
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
index c55bc72ca..2a6975762 100644
--- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
+++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
@@ -239,12 +239,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
// Test starting a workspace app.
final AppIcon app = workspace.tryGetWorkspaceAppIcon("Chrome");
assertNotNull("No Chrome app in workspace", app);
- assertNotNull("AppIcon.launch returned null",
- app.launch(resolveSystemApp(Intent.CATEGORY_APP_BROWSER)));
- executeOnLauncher(launcher -> assertTrue(
- "Launcher activity is the top activity; expecting another activity to be the top "
- + "one",
- isInBackground(launcher)));
}
public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) {
@@ -340,6 +334,10 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
dragToWorkspace().
getWorkspaceAppIcon(APP_NAME).
launch(getAppPackageName());
+ executeOnLauncher(launcher -> assertTrue(
+ "Launcher activity is the top activity; expecting another activity to be the "
+ + "top one",
+ isInBackground(launcher)));
} finally {
TestProtocol.sDebugTracing = false;
}