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

Support cookie sync between multiple opened windows #4689

Closed
miherlosev opened this issue Jan 23, 2020 · 3 comments
Closed

Support cookie sync between multiple opened windows #4689

miherlosev opened this issue Jan 23, 2020 · 3 comments
Assignees
Labels
AREA: client !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: window management TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@miherlosev
Copy link
Collaborator

import { Selector } from 'testcafe';

fixture Fixture
.page('https://google-developers.appspot.com/identity/sign-in/web/demos/signin_contextual_simple?hl=en');

test('test', async t => {
await t
.click(Selector('span').withText('Signed in'))
.typeText(Selector('input[type=email]', ''))
.typeText(Selector('input[type=password]', ''))
.click(Selector('span').withText('Next'));

const { info } = await t.getBrowserConsoleMessages();

await t.expect(info[0]).eql('Logged user name');

});

@miherlosev miherlosev self-assigned this Jan 23, 2020
@miherlosev miherlosev added AREA: client TYPE: bug The described behavior is considered as wrong (bug). labels Jan 23, 2020
@miherlosev miherlosev added this to the Sprint #49 milestone Jan 23, 2020
@AndreyBelym AndreyBelym modified the milestones: Sprint #49, Sprint #50 Jan 27, 2020
@miherlosev
Copy link
Collaborator Author

@AndreyBelym AndreyBelym changed the title 'Login via Google' doesn't work Support cookie scyn between multiple opened windows Feb 7, 2020
@AndreyBelym AndreyBelym changed the title Support cookie scyn between multiple opened windows Support cookie sync between multiple opened windows Feb 7, 2020
@miherlosev
Copy link
Collaborator Author

The page 'https://google-developers.appspot.com/identity/sign-in/web/demos/signin_contextual_simple?hl=en' is not reached.

To reproduce the bug need to use instruction from https://developers.google.com/identity/sign-in/web/sign-in article.

@lock
Copy link

lock bot commented Mar 27, 2020

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 27, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: client !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: window management TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

3 participants