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 env puppeteer error in cross-origin-iframes.test.ts #1629

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eoghanmurray
Copy link
Contributor

@eoghanmurray eoghanmurray commented Jan 17, 2025

I imagine the intention in #1509 was to also retry when the describeNode error was encountered. I assume the description resolveNode got changed to describeNode at some point in puppeteer history; in any case this solves the following error on my laptop:

ProtocolError: Protocol error (DOM.describeNode): Cannot find context with specified id

with test cross-origin-iframes.test.ts - should replace the existing DOM nodes on iframe navigation with isAttachIframe

…describeNode` error was encountered. I assume the description `resolveNode` got changed to `describeNode` at some point in puppeteer history; in any case this solves the following error on my laptop:

ProtocolError: Protocol error (DOM.describeNode): Cannot find context with specified id

with test cross-origin-iframes.test.ts - should replace the existing DOM nodes on iframe navigation with `isAttachIframe`
Copy link

changeset-bot bot commented Jan 17, 2025

🦋 Changeset detected

Latest commit: b9a2f87

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@eoghanmurray eoghanmurray changed the title I imagine the intention in #1509 was to also retry when the `describe… Fix env puppeteer error in cross-origin-iframes.test.ts Jan 17, 2025
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.

1 participant