Open darshandp007 opened 2 days ago
@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