Skip to content

Commit 2a3bbbe

Browse files
romtsnclaude
andcommitted
fix(test): Dismiss ANR dialog in Maestro tests before each flow
The Pixel Launcher can become unresponsive on CI emulators, showing a system dialog that blocks Maestro from interacting with the app under test. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9840af3 commit 2a3bbbe

File tree

1 file changed

+6
-0
lines changed
  • sentry-android-integration-tests/sentry-uitest-android-critical/maestro/.maestro

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
platform:
22
android:
33
disableAnimations: true
4+
onFlowStart:
5+
- runFlow:
6+
when:
7+
visible: "Close app"
8+
commands:
9+
- tapOn: "Close app"

0 commit comments

Comments
 (0)