"tapOn: Allow" not working on a notifications permission box #2499
Unanswered
yolpsoftware
asked this question in
Q&A
Replies: 1 comment
-
Take a look at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When iOS asks if the user wants to allow the app to show notifications, it shows this usual message box with the Allow and Don't Allow buttons.
We interact with that box with
tapOn: Allow
and withassertVisible: Allow
, and on some simulator devices this works great. On other devices, mostly iPads in landscape orientation, thetapOn: Allow
does not work, but theassertVisible: Allow
(orassertNotVisible: Allow
) proves that Maestro still can see the message box.Anyone else having this?
Beta Was this translation helpful? Give feedback.
All reactions