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

Commit bcefa5e9 authored by Robin Lee's avatar Robin Lee
Browse files

Fix hallucinated atest commands

Flag: EXEMPT comment bugfix
Test: atest FlickerTestsAppLaunch:loremipsumdolorsitamet
Change-Id: I75b66ef466d593a18b146209ef279bd414dfeb54
parent a8bab531
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ import org.junit.runners.Parameterized
/**
/**
 * Test the back and forward transition between 2 activities.
 * Test the back and forward transition between 2 activities.
 *
 *
 * To run this test: `atest FlickerTestsAppLaunch:ActivitiesTransitionTest`
 * To run this test: `atest FlickerTestsAppLaunch:ActivityTransitionTest`
 *
 *
 * Actions:
 * Actions:
 * ```
 * ```
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ import org.junit.runners.Parameterized
/**
/**
 * Test cold launching an app from launcher
 * Test cold launching an app from launcher
 *
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppColdFromIcon`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIconColdTest`
 *
 *
 * Actions:
 * Actions:
 * ```
 * ```
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ import org.junit.runners.Parameterized
/**
/**
 * Test launching an app after cold opening camera
 * 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]
 * Notes: Some default assertions are inherited [OpenAppTransition]
 */
 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ import org.junit.runners.Parameterized
/**
/**
 * Test cold launching an app from launcher
 * Test cold launching an app from launcher
 *
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppColdTest`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIntentColdTest`
 *
 *
 * Actions:
 * Actions:
 * ```
 * ```
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ import org.junit.runners.Parameterized
/**
/**
 * Test warm launching an app from launcher
 * Test warm launching an app from launcher
 *
 *
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppWarmTest`
 * To run this test: `atest FlickerTestsAppLaunch:OpenAppFromIntentWarmTest`
 *
 *
 * Actions:
 * Actions:
 * ```
 * ```
Loading