Commit 8816dc1
fix(test): Restore original test flow with killApp and Finish Activity
The previous approach of using Process.killProcess() without Finish
Activity didn't work because the notification wasn't surviving process
death on API 33+. Analysis of main branch (where all API levels pass)
shows that the original flow works: Trigger Notification → Finish
Activity → killApp → open shade → tap notification.
Restores original swipe values (90%,0% → 90%,100%, 4000ms) and killApp
which work on main. Keeps the runFlow for permission dialog handling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bf0cfcf commit 8816dc1
File tree
1 file changed
+13
-29
lines changed- sentry-android-integration-tests/sentry-uitest-android-critical/maestro
1 file changed
+13
-29
lines changedLines changed: 13 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 40 | | |
46 | 41 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
53 | 45 | | |
54 | 46 | | |
55 | 47 | | |
| |||
65 | 57 | | |
66 | 58 | | |
67 | 59 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
71 | 63 | | |
72 | 64 | | |
73 | | - | |
| 65 | + | |
74 | 66 | | |
75 | | - | |
| 67 | + | |
76 | 68 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 69 | | |
83 | 70 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
90 | 74 | | |
91 | 75 | | |
92 | 76 | | |
| |||
0 commit comments