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

Map [Page|Frame].WaitForNavigation and fix tests #717

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

inancgumus
Copy link
Member

@inancgumus inancgumus commented Jan 18, 2023

This moves the promise handling for [Page|Frame].WaitForNavigation to the mapping layer. The lifecycle tests are still using promises since its logic is complex to figure out for now. We should refactor them when we finish—I've added a task on #683.

Related: #683
Closes: #706

@inancgumus inancgumus marked this pull request as ready for review January 18, 2023 09:26
This moves the promise handling to the mapping layer. Lifecycle test are
still using promises since its logic is complex to figure out for now.
We should refactor them when we finish.
Copy link
Collaborator

@ankur22 ankur22 left a comment

Choose a reason for hiding this comment

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

LGTM

@inancgumus inancgumus merged commit 9b03705 into main Jan 19, 2023
@inancgumus inancgumus deleted the add/706-map-waitfornav branch January 19, 2023 08:45
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.

Map [Page|Frame].WaitForNavigation promises and fix tests
2 participants