Merge "Not using calculator from test" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-06-24 21:07:10 +00:00
committed by Android (Google) Code Review
@@ -16,8 +16,6 @@
package com.android.quickstep;
import android.content.Intent;
import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
@@ -43,7 +41,7 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
// b/143488140
mLauncher.goHome();
// Start an activity where the gestures start.
startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR));
startTestActivity(2);
}
private void runTest(String... eventSequence) {