Skip to content
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

Closed
nkrishna79 opened this issue Apr 25, 2019 · 3 comments · May be fixed by noahblon/cypress#90, schanne/cypress#29, ajesse11x/cypress#70, harunpehlivan/cypress#60 or paulbaudrier/cypress#83

Comments

@nkrishna79
Copy link

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

@jennifer-shehane
Copy link
Member

Yes we will need a completely reproducible example to be provided in order to investigate this issue.

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Apr 26, 2019
@nkrishna79
Copy link
Author

@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
And you can see the screenshot in second link in the above post.

@nkrishna79
Copy link
Author

@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.
Thanks
krish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment