Prerequisites
Stencil Playwright Version
0.2.3
Current Behavior
After upgrading @playwright/test from ~1.55.0 to ~1.56.0, all of our tests that use page.setContent() started failing. The tests that use page.goTo() still work.
Expected Behavior
Tests that use page.setContent() continue to work after upgrading @playwright/test
Steps to Reproduce
I don't have time to create a repro, so I don't expect you to investigate. My hope in sharing this is in case others have the same problem at least they can find this issue and comment. If I have a chance later, I'll create a repro.
Code Reproduction URL
n/a
Additional Information
No response
Prerequisites
Stencil Playwright Version
0.2.3
Current Behavior
After upgrading @playwright/test from ~1.55.0 to ~1.56.0, all of our tests that use
page.setContent()started failing. The tests that usepage.goTo()still work.Expected Behavior
Tests that use
page.setContent()continue to work after upgrading @playwright/testSteps to Reproduce
I don't have time to create a repro, so I don't expect you to investigate. My hope in sharing this is in case others have the same problem at least they can find this issue and comment. If I have a chance later, I'll create a repro.
Code Reproduction URL
n/a
Additional Information
No response