How to test telephone link? #24894
Unanswered
frankandrobot
asked this question in
Questions and Help
Replies: 1 comment
-
Do you know how the app issues the prompt? This shows you how to test a prompt. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an app with a call button---when you click on the button it follows a link to make a phone call (an anchor with a telephone link.) On mobile, this opens the Phone app. On desktop, this asks you if you want to make a call. (You can see it here on a small mobile screen: https://leandertile.com.)
However, in cypress I am unable to test this link---clicking on the button causes Cypress to fail. Closer inspection reveals that clicking on the link makes Cypress try to load a new page?
Beta Was this translation helpful? Give feedback.
All reactions