I have iframe for payments, after successful payment I need to click 'go back to application' button. And here is a problem. Button has a new link in href
attribute for the app. After clicking this button, it seems like Cypress loses test scenario, there is no more Cypress steps on the left side of browser window. And it doesn't make further steps.
How to handle this situation ? How to make Cypress keep going by scenario ?