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

Commit 4219702f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix hallucinated atest commands" into main

parents c63b2143 bcefa5e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import org.junit.runners.Parameterized
/**
 * Test the back and forward transition between 2 activities.
 *
 * To run this test: `atest FlickerTestsAppLaunch:ActivitiesTransitionTest`
 * To run this test: `atest FlickerTestsAppLaunch:ActivityTransitionTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import org.junit.runners.Parameterized
/**
 * Test cold launching an app from launcher
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppColdFromIcon`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIconColdTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import org.junit.runners.Parameterized
/**
 * Test launching an app after cold opening camera
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppAfterCameraTest`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIntentColdAfterCameraTest`
 *
 * Notes: Some default assertions are inherited [OpenAppTransition]
 */
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import org.junit.runners.Parameterized
/**
 * Test cold launching an app from launcher
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppColdTest`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIntentColdTest`
 *
 * Actions:
 * ```
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ import org.junit.runners.Parameterized
/**
 * Test warm launching an app from launcher
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppWarmTest`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIntentWarmTest`
 *
 * Actions:
 * ```
Loading