File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
sentry-android-integration-tests/sentry-uitest-android-critical/maestro Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ name: App Start Tests
2626- tapOn : " Finish Activity"
2727- assertNotVisible : " Welcome!"
2828- swipe :
29- start : 10%, 0%
30- end : 10%, 100%
29+ start : 50%, 0%
30+ end : 50%, 90%
31+ duration : 2000
3132- tapOn : " Sentry Test Notification"
3233- assertVisible : " App Start Type: WARM"
3334
@@ -41,8 +42,9 @@ name: App Start Tests
4142- tapOn : " Finish Activity"
4243- killApp
4344- swipe :
44- start : 10%, 0%
45- end : 10%, 100%
45+ start : 50%, 0%
46+ end : 50%, 90%
47+ duration : 2000
4648- tapOn : " Sentry Test Notification"
4749- assertVisible : " App Start Type: COLD"
4850# Test 5: Launch app after a broadcast receiver already created the application
You can’t perform that action at this time.
0 commit comments