diff --git a/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt b/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt index 3d72cd28..ed315c63 100644 --- a/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt +++ b/app/src/androidTest/java/app/closer/ui/home/HomeContentRenderSmokeTest.kt @@ -20,8 +20,8 @@ import org.junit.runner.RunWith * cluster (header, status strip, primary card, action feed, pending, category grid). Both light and * dark are covered (Home has decoupled theme art + per-theme colors). * - * ⛔ Run on a THROWAWAY emulator only — connectedDebugAndroidTest uninstalls the app-under-test, - * which WIPES fixture data. Never run against the 5554/5556 fixture couple. + * WARNING: Run on a THROWAWAY emulator only - connectedDebugAndroidTest uninstalls the + * app-under-test, which WIPES fixture data. Never run against the 5554/5556 fixture couple. * ANDROID_SERIAL=emulator-5558 ./gradlew :app:connectedDebugAndroidTest */ @RunWith(AndroidJUnit4::class)