We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps:
Cypress browser not to close and redirect me to KLARNA page.
cy.get('[data-vtest="checkoutMainNavigationBottom"] > [data-vtest="navSuccessButton"] > [data-vtest="successButton"]').click() cy.wait(2000) /* HERE CYPRESS IS BEING CLOSED FORCEFULLY */ //Verify correct URL // Step 2: Handle Klarna payment page redirection cy.origin('https://pay.playground.klarna.com', () => { cy.url().should('include', 'pay.playground.klarna.com') cy.wait(2000) cy.get('#collectPhonePurchaseFlow__nav-bar__klarna_logo').should('exist').and('be.visible') }); // Step 3: Handle Klarna login page redirection cy.origin('https://login.playground.klarna.com', () => { cy.url().should('include', 'login.playground.klarna.com') cy.get('body').should('exist').and('be.visible') });
13.15.2
20.17.0
Windows 11 Pro 21H2
No response
The text was updated successfully, but these errors were encountered:
Hi @theoBourelakos, could you try enabling experimentalModifyObstructiveThirdPartyCode to see if that resolves the issue?
Sorry, something went wrong.
No branches or pull requests
Current behavior
Steps:
Desired behavior
Cypress browser not to close and redirect me to KLARNA page.
Test code to reproduce
Cypress Version
13.15.2
Node version
20.17.0
Operating System
Windows 11 Pro 21H2
Debug Logs
No response
Other
The text was updated successfully, but these errors were encountered: