-
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
attempt to log into gmail account, got "Cookies are disabled" warning #17166
Comments
Hi @ponienchen. This will be supported with the |
The code for this is done in cypress-io/cypress#23885, but has yet to be released. |
I still get this problem and opening new issue #26929 |
Current behavior
Log into a google account (no FSA enabled, not explicitly stubbing to disable cookies)
Desired behavior
Google account related cookies are created and users are redirected to google page as a signed-in user or gmail account directly
Test code to reproduce
cy.visit('https://accounts.google.com');
cy.get('#identifierId').type("gmail test account email address");
cy.get('#identifierNext').click();
cy.get('#password').type("gmail test account password");
cy.get('#passwordNext button').click();
The text was updated successfully, but these errors were encountered: