fix(chrome-ext): failing tests from bad Playwright config

This commit is contained in:
Elijah Potter 2025-12-19 11:13:24 -07:00
parent 0dc6738905
commit 18129baa35

View file

@ -20,7 +20,7 @@ export default defineConfig({
},
webServer: {
command: 'pnpm http-server ./tests/pages/ -p 8081',
url: 'http://localhost:8081',
url: 'http://127.0.0.1:8081',
stdout: 'ignore',
stderr: 'pipe',
},