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

fix: ensure navigation listeners are setup before trigger #64

Merged
merged 2 commits into from
May 23, 2024

Conversation

marvinhagemeister
Copy link
Contributor

Move waitForNavigation calls to the top of the Promise.all array to ensure that listeners are set up first before triggering the action. I remember that this was a prominent issue in the early puppeteer days and hopefully that fixes the macOS CI errors.

Copy link
Owner

@lino-levan lino-levan left a comment

Choose a reason for hiding this comment

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

Wow, thanks for the insight on this one.

@lino-levan lino-levan merged commit 299bace into lino-levan:main May 23, 2024
3 checks passed
@marvinhagemeister marvinhagemeister deleted the race-navigation branch May 23, 2024 17:29
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.

2 participants