You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
darshandp007
changed the title
[Bug]: Stuck Execution on context.waitForEvent('serviceworker') with Manifest v3 Extension
[Bug]: Chromium - Stuck Execution on context.waitForEvent('serviceworker') with extension testing
Nov 19, 2024
@darshandp007 Could you please share a minimal reproducible that includes a sample extension and your test code? That would help to get this issue resolved. Without a repro, it's much less likely we'll be able to figure out the problem.
Version
1.49.0
Description
I encountered an issue while testing a Manifest v3 extension using Playwright. The execution gets stuck at the following line and does not proceed:
await context.waitForEvent('serviceworker');
Steps to reproduce:
Observations:
Expected behavior
The code should wait for the
serviceworker
event and proceed as expected.Actual behavior
Execution is stuck indefinitely, and the
serviceworker
event is not detected.Additional context
Environment
The text was updated successfully, but these errors were encountered: