fix(test): HomeContentRenderSmokeTest unclosed-comment (emoji in KDoc broke Kotlin lexer)
The prior commit's androidTest didn't compile — a stop-sign emoji in the KDoc
tripped the Kotlin lexer ('Unclosed comment'). Replaced with plain text. App was
never affected (androidTest isn't in the APK); this restores connectedAndroidTest.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f7eb03417b
commit
1eacf36d81
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue