Skip to content

Commit 4d1e949

Browse files
committed
slow swipe
1 parent ea305a2 commit 4d1e949

File tree

1 file changed

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

1 file changed

+6
-4
lines changed

sentry-android-integration-tests/sentry-uitest-android-critical/maestro/appStart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)