Merge branch 'main' into refactor/setting-dialog

This commit is contained in:
Alexander Brown
2026-02-10 12:34:29 -08:00
committed by GitHub
15 changed files with 298 additions and 82 deletions

View File

@@ -309,7 +309,10 @@ test.describe('Settings', () => {
await input.press('Alt+n')
const requestPromise = comfyPage.page.waitForRequest(
'**/api/settings/Comfy.Keybinding.NewBindings'
(req) =>
req.url().includes('/api/settings') &&
!req.url().includes('/api/settings/') &&
req.method() === 'POST'
)
// Save keybinding