-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cypress reports the following error: (uncaught exception)SecurityError: Failed to enumerate the properties of 'Storage': access is denied for this document. #30884
Comments
It looks like the following applies to your issue: @cypress/xpath
See https://github.com/cypress-io/cypress/tree/develop/npm/xpath |
@ecaijw Did your Chrome version change yesterday by chance? Chrome 132 went stable Jan 14. That may be related. |
@ecaijw |
@ecaijw
@jennifer-shehane |
Hi, thanks for your help and suggestion. beforeEach(() => { } |
Yes, I did enable allure-report for months. The testing worked well before and the problem just happened from last week. |
This is my Chrome version FYR: Version 131.0.6778.265 (Official Build) (arm64) |
Current behavior
Hi,
when I run my test case with Chrome in Cypress, it reports the following error.
It has been working well for months, and from yesterday this error happened.
From the first day of the testing code,
chromeWebSecurity
has been set as false.For "Third-party cookies" in the Chrome setting, it is the default option "Block third-party cookies in Incognito mode"; I have tried to set it as "Allow third-party cookies", but Cypress still reported the same error.
Desired behavior
No response
Test code to reproduce
The error happened after the code clicked the Login button of my local website.
Cypress Version
13.17.0
Node version
18.19.1
Operating System
mac OS 14.5
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: