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

Login via Facebook doesn't work with vk.com #4936

Closed
miherlosev opened this issue Apr 1, 2020 · 2 comments
Closed

Login via Facebook doesn't work with vk.com #4936

miherlosev opened this issue Apr 1, 2020 · 2 comments
Assignees
Labels
FREQUENCY: level 1 STATE: Stale An outdated issue that will be automatically closed by the Stale bot. SYSTEM: window management TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@miherlosev
Copy link
Collaborator

import { Selector, ClientFunction } from 'testcafe';
fixture `vk`
    .page('https://vk.com');
const loginLink            = Selector('#index_fbcontinuewithsign > div');
const continueWithFacebook = Selector('button.bt--fb');

test('Login via Facebook', async t => {
    await t
        .click(loginLink)
        .typeText(Selector('#email'), 'miherlosev@mail.ru')
        .typeText(Selector('#pass'), 'Ein7Onai')
        .click(Selector('input[type=submit]'))
        //.debug()
        .click(Selector('button[type=submit]'))
        // not logged here
        .wait(10000);
});
@miherlosev miherlosev self-assigned this Apr 1, 2020
@miherlosev miherlosev added SYSTEM: window management TYPE: bug The described behavior is considered as wrong (bug). labels Apr 1, 2020
@miherlosev miherlosev added this to the Sprint #54 milestone Apr 1, 2020
@AndreyBelym AndreyBelym modified the milestones: Sprint #54, Sprint #55 Apr 14, 2020
@AndreyBelym AndreyBelym modified the milestones: Sprint #55, Sprint #56 Apr 27, 2020
@AndreyBelym AndreyBelym modified the milestones: Sprint #56, Planned May 12, 2020
@github-actions
Copy link

github-actions bot commented Oct 7, 2021

This issue has been automatically marked as stale because it has not had any activity for a long period. It will be closed and archived if no further activity occurs. However, we may return to this issue in the future. If it still affects you or you have any additional information regarding it, please leave a comment and we will keep it open.

@github-actions github-actions bot added the STATE: Stale An outdated issue that will be automatically closed by the Stale bot. label Oct 7, 2021
@github-actions
Copy link

We're closing this issue after a prolonged period of inactivity. If it still affects you, please add a comment to this issue with up-to-date information. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FREQUENCY: level 1 STATE: Stale An outdated issue that will be automatically closed by the Stale bot. SYSTEM: window management TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

2 participants