Yes i tried with origin But it is not working @acceptable-hamburger-48790 . I think it is not focused on new window
cy.origin("https://test.adyen.com/", () => {
cy.url().then(url => {
cy.visit(url);
cy.wait(5000);
cy.clickElementInIframe(this.confirmPaymentButton);
cy.urlShouldIncludeText('step=3');
});
})