https://cypress.io logo
Yes i tried with origin But it is not working <@99...
# e2e-testing
b
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'); }); })
4 Views