| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Copilot-Session: 93944f7c-c521-4248-936d-d4240acd29fc
|
The failing CI seems to be related to microsoft/playwright#41303 and page.close() hanging, i'm looking into it. |
Sorry, something went wrong.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 93944f7c-c521-4248-936d-d4240acd29fc
|
5aee361 should fix it by moving our fixtures here closer to what upstream does, and relying on context.close() for cleanup solely instead of also having page.close() on page fixture teardown. This only affects this repo and not our customers, the playwright-pytest integration already has this behaviour. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #3145