mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 16:30:57 +00:00
## Summary - Adds Playwright E2E tests for the Settings dialog covering behaviors not tested elsewhere: - About panel displays version badges (navigates to About, verifies content) - Boolean setting toggle through the UI persists the value (uses search + ToggleSwitch click, verifies via API) - Dialog can be closed via the close button (complements existing Escape-key test) ## Test plan - [ ] `pnpm test:browser:local -- --grep "Settings dialog"` passes - [ ] No overlap with existing tests in `dialog.spec.ts` or `useSettingSearch.spec.ts` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10797-test-add-E2E-tests-for-settings-dialog-3356d73d365081e4a3adcd3979048444) by [Unito](https://www.unito.io)