Fix: tests fail when 'playwright install-deps' has already run#1313
Fix: tests fail when 'playwright install-deps' has already run#1313Archmonger merged 2 commits intoreactive-python:mainfrom
Conversation
…ne as part of the host/container provisioning.
|
I am refactoring the build process in #1317 so I just want to ask for some additional context. In what scenario/environment is |
|
I'm developing & testing in a container hosted on WSL2/Ubuntu. playwright is installed and 'playwright install-deps' is run in the Dockerfile. |
|
Thanks. I've managed to generate an error with a fresh WSL2 (Ubuntu) instance. Will presume this is the same issue you had: |
|
That message doesn't look familiar. I'm away for the weekend, I'll reproduce the error and get back to you on Monday. Cheers. |
|
I've wound back to ReactPy "2.0.0b4" and restored the Dockerfile to its old state. Dockerfile: ReacytPy Testing: Manually install-deps to see what's going on" |
|
Does |
Description
Fix: tests are failing when
'playwright install-deps'has already been done as part of the host/container provisioning.Checklist
Please update this checklist as you complete each item:
By submitting this pull request I agree that all contributions comply with this project's open source license(s).