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

Application is framebusting with this.self #1517

Closed
jennifer-shehane opened this issue Mar 29, 2018 · 1 comment
Closed

Application is framebusting with this.self #1517

jennifer-shehane opened this issue Mar 29, 2018 · 1 comment
Labels
topic: 😳 whoops there is no test to run Error msg: "Whoops there is no test to run" type: bug

Comments

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Mar 29, 2018

The website in the test below will not run within Cypress due to framebusting code within the application.

Test

it('example', () => {
  cy.visit('https://secure2.store.apple.com/shop/account/setup')
})

Likely framebusting culprit

//...code
    259: [function(e, t, n) {
        (function() {
            this.self !== this.top && (this.top.location = this.location)
        }
        ).call(window)
    }
    , {}],
//...more code
@jennifer-shehane
Copy link
Member Author

Closing as this is no longer reproducible in Cypress 3.4.0

@jennifer-shehane jennifer-shehane removed the stage: ready for work The issue is reproducible and in scope label Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: 😳 whoops there is no test to run Error msg: "Whoops there is no test to run" type: bug
Projects
None yet
Development

No branches or pull requests

2 participants