jonnyhocks's avatar

jonnyhocks wrote a comment+100 XP

3w ago

@Antimated When I installed inside ddev, I had this come up at the end of the installation:

Host system is missing dependencies to run browsers. ║ ║ Please install them with the following command: ║ ║ ║ ║ sudo npx playwright install-deps

Did you run that?

As an aside, the test that Jeffrey ran using click() for the submit button on the register form didn't work for me, so I edited to use submit() instead and then the test passed inside ddev.

jonnyhocks's avatar

jonnyhocks liked a comment+100 XP

2mos ago

@nosthas