-
Notifications
You must be signed in to change notification settings - Fork 78
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
facebookSocialLogin doesnt enter the complete facebook username #90
Comments
Has anyone seen this before? Happens with facebook but not with google. |
Did you tried to interact with Facebook form without using cypress-sosial-login library? |
We can use cy.get but that would mean not using the recommended plugin. While it will work, it wouldnt be optimal. |
I can confirm that the same issue is happening to me 19 out of 20 times when trying to login with facebook. For some reason, the email is correctly typed only 1 time. Totally random! cypress: 9.1.1 |
Going to close this for being stale but if any issues remain or more context to be shared, please comment and will re-open. |
I am using cypress-social-logins to authenticate a facebook user to my website exporting the
FacebookSocialLogin
task fromplugins/index.ts
. However, the username gets cut short as you can see in the screenshot below. My test looks like below:`it('Login through Facebook', () => {
The text was updated successfully, but these errors were encountered: