-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Text save participants are overwritten for each extension host #90359
Comments
Actually seeing this on Linux too, I have pushed a change to disable it when running from web. |
@bpasero add you for debugging help. This test works on playwright+macOS, in electron, and also when running from within web-selfhost. I see them failing on playwright+windows but the debugging is so limited that I don't know how to drill into it |
Turns out that this is a race between the web worker extension host and the remote one and the text exposes it. |
Only on Windows I see this test failing and as such have pushed a skip() for just that:
The text was updated successfully, but these errors were encountered: