-
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
Cypress rest runner stops execution after competing steps within an iFrame #4035
Cypress rest runner stops execution after competing steps within an iFrame #4035
Comments
Yes we will need a completely reproducible example to be provided in order to investigate this issue. |
@jennifer-shehane Okay i will send something out over the weekend. However, in the meantime if you want more info - this issue is similar to the one mentioned here - https://stackoverflow.com/questions/55625872/cypress-test-stops-to-execute-in-the-middle-of-code |
@jennifer-shehane I think I have done a work around for this issue to complete my journey cycle by chaining certain actions upon completing things in iframe. It does work when doing that way. So i am happy to close this ticket for now. |
Current behavior:
I have a payment gateway which injects the payment method via an iframe. Though I was successful in completing my card details within the iframe - when I click complete which does a post to server the test runner stops abruptly.
Desired behavior:
I would like to be able to continue on with my steps upon competing the payment via iFrame.
Steps to reproduce:
I can send you snippets of my code if needed.
Versions
Cypress - 3.2.0
OS - Windows 10
Browser - Chrome latest
The text was updated successfully, but these errors were encountered: