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

feat(cr, wk): make clicks, input and evaluate await scheduled navigations #1200

Merged
merged 1 commit into from Mar 5, 2020

Conversation

pavelfeldman
Copy link
Member

No description provided.

@pavelfeldman pavelfeldman force-pushed the wait_click branch 5 times, most recently from 117816e to 05c0b3d Compare March 4, 2020 06:59
await page.setContent(`<a href="${server.PREFIX}/wasm/table2.wasm" download=true>table2.wasm</a>`);
await page.click('a');
});
it.fail(CHROMIUM || FFOX)('should not hang on window.stop', async({page, server, httpsServer}) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't feel comfortable landing this patch until this test passes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's too bad, because it does not pass without my patch either.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figured it out!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting! Something stalled the evaluation?

@pavelfeldman pavelfeldman changed the title feat(click): wait for navigation commit upon input and evaluate api(click, frame): wait for navigation commit upon input and evaluate Mar 5, 2020
@pavelfeldman pavelfeldman force-pushed the wait_click branch 3 times, most recently from dcbc412 to 363cdd1 Compare March 5, 2020 02:01
@pavelfeldman pavelfeldman changed the title api(click, frame): wait for navigation commit upon input and evaluate feat(cr, wk): make clicks, input and evaluate await scheduled navigations Mar 5, 2020
@pavelfeldman pavelfeldman merged commit 11f68ba into microsoft:master Mar 5, 2020
@pavelfeldman pavelfeldman deleted the wait_click branch April 17, 2020 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants