SecurityError due to accessing a cross-origin frame without navigating outside of the site #3685
Labels
stage: ready for work
The issue is reproducible and in scope
stale
no activity on this issue for a long period
topic: cross-origin ⤭
Topics related to cross-origin navigation in tests
Current behavior:
I've got a very simple test that just loads a website (https://femalefunders.com) and checks the title and some links are present. The first time I ran it some of the tests passed or failed correctly but the last test threw an error and since then every test on every test run has thrown the same error.
Desired behavior:
The tests shouldn't error and should pass (or fail) correctly. The tests in question aren't accessing an external site or changing the base URL.
Steps to reproduce: (app code and test code)
female-funders
branchCYPRESS_baseUrl='https://femalefunders.com' yarn cypress open
Versions
Cypress: 3.1.5
OS: macOS Mojave 10.14.3
Chrome: 72.0.3626.121 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: