Skip to content

Commit 46daaf3

Browse files
committed
Trying to fix notification drawer open
1 parent ac3defe commit 46daaf3

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ name: App Launch Tests
2626
- tapOn: "Finish Activity"
2727
- assertNotVisible: "Welcome!"
2828
- swipe:
29-
start: 50%, 0%
30-
end: 50%, 50%
29+
start: 50%, 1%
30+
end: 50%, 90%
3131
- tapOn: "Sentry Test Notification"
3232
- assertVisible: "App Start Type: WARM"
3333

@@ -41,8 +41,8 @@ name: App Launch Tests
4141
- tapOn: "Trigger Notification"
4242
- killApp
4343
- swipe:
44-
start: 50%, 0%
45-
end: 50%, 50%
44+
start: 50%, 1%
45+
end: 50%, 90%
4646
- tapOn: "Sentry Test Notification"
4747
- assertVisible: "App Start Type: COLD"
4848

0 commit comments

Comments
 (0)