Commit 5b867fb
fix(test): Reset shade state between retries and recreate notification channel
Two issues found from analyzing the accessibility hierarchy dump:
1. Repeated swipe-downs accumulated into full quick settings expansion,
hiding the notification list. Fix: press home before each swipe retry
to reset the shade state, so each attempt opens a fresh notification
shade instead of expanding quick settings further.
2. adb install -r preserves app data including notification channels.
The old IMPORTANCE_DEFAULT channel persists and Android ignores the
code change to IMPORTANCE_HIGH. Fix: delete the channel before
recreating it to ensure correct importance.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2ceb4d3 commit 5b867fb
File tree
2 files changed
+11
-4
lines changed- sentry-android-integration-tests/sentry-uitest-android-critical
- maestro
- src/main/java/io/sentry/uitest/android/critical
2 files changed
+11
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | | - | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments