Skip to content

Commit e181878

Browse files
committed
try different swipe params
1 parent 75ca4b9 commit e181878

File tree

1 file changed

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

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ name: App Start Tests
2525
- tapOn: "Trigger Notification"
2626
- tapOn: "Finish Activity"
2727
- assertNotVisible: "Welcome!"
28+
- waitForAnimationToEnd
2829
- repeat:
2930
times: 3
3031
while:
3132
notVisible: "Sentry Test Notification"
3233
commands:
3334
- swipe:
34-
start: 0%, 0%
35-
end: 0%, 60%
35+
start: 90%, 0%
36+
end: 90%, 100%
3637
duration: 4000
3738
- tapOn: "Sentry Test Notification"
3839
- assertVisible: "App Start Type: WARM"
@@ -45,15 +46,17 @@ name: App Start Tests
4546
- assertVisible: "Welcome!"
4647
- tapOn: "Trigger Notification"
4748
- tapOn: "Finish Activity"
49+
- assertNotVisible: "Welcome!"
4850
- killApp
51+
- waitForAnimationToEnd
4952
- repeat:
5053
times: 3
5154
while:
5255
notVisible: "Sentry Test Notification"
5356
commands:
5457
- swipe:
55-
start: 0%, 0%
56-
end: 0%, 60%
58+
start: 90%, 0%
59+
end: 90%, 100%
5760
duration: 4000
5861
- tapOn: "Sentry Test Notification"
5962
- assertVisible: "App Start Type: COLD"

0 commit comments

Comments
 (0)