mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 13:41:59 +00:00
fix: switch from Firefox to Chromium for WebGL canvas support
Firefox headless doesn't support WebGL, causing "getCanvas: canvas is null" errors. Switch to Chromium which has full headless WebGL support. Also fix login flow to wait for async router guard to settle and create user via text input as fallback.
This commit is contained in:
2
.github/workflows/pr-qa.yaml
vendored
2
.github/workflows/pr-qa.yaml
vendored
@@ -124,7 +124,7 @@ jobs:
|
||||
- name: Install Playwright browser
|
||||
shell: bash
|
||||
run: |
|
||||
npx playwright install firefox
|
||||
npx playwright install chromium
|
||||
mkdir -p "$QA_ARTIFACTS"
|
||||
|
||||
- name: Get PR diff
|
||||
|
||||
Reference in New Issue
Block a user