-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on button click open pick an app, but cypress considers it as opening new page url #20385
Comments
up on this. experiencing this now. cy.on('window:prompt/alert') cant handle this. |
Similar experience with testing "tel:" links in our application. Removing target attribute does not help. |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Yeah, just bc no developer cared to take a look it got closed and not ever fixed. Now facing this as well... |
Sorry for not seeing this earlier. I thought we had an issue open around these types of App links. They're not really currently supported right now. We'd have to add some logic to support it properly. |
how can I verify that 'open pick an app' is displaying, at least for tseting? |
Current behavior
on click of the button it calls below open pick an app in browser
In the application , they used window.location.assign = 'tel:98372638783'.
cypress considering it as new page load.
Desired behavior
Need to handle these kind of calls, instead of checking for the new page load.
Test code to reproduce
<title>URL Scheme Navigation example</title> <script type="text/javascript">describe('testing', () => {
});
Cypress Version
9.5.0
Other
No response
The text was updated successfully, but these errors were encountered: