We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea305a2 commit 4d1e949Copy full SHA for 4d1e949
1 file changed
sentry-android-integration-tests/sentry-uitest-android-critical/maestro/appStart.yaml
@@ -26,8 +26,9 @@ name: App Start Tests
26
- tapOn: "Finish Activity"
27
- assertNotVisible: "Welcome!"
28
- swipe:
29
- start: 10%, 0%
30
- end: 10%, 100%
+ start: 50%, 0%
+ end: 50%, 90%
31
+ duration: 2000
32
- tapOn: "Sentry Test Notification"
33
- assertVisible: "App Start Type: WARM"
34
@@ -41,8 +42,9 @@ name: App Start Tests
41
42
43
- killApp
44
45
46
47
48
49
- assertVisible: "App Start Type: COLD"
50
# Test 5: Launch app after a broadcast receiver already created the application
0 commit comments