[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-02-02 03:06:42 +00:00
parent a650ce7478
commit eb893f5812

View File

@@ -148,9 +148,9 @@ test.describe('Bottom Panel Shortcuts', { tag: '@ui' }, () => {
comfyPage
}) => {
// Wait for terminal tab to be registered (loaded asynchronously)
await expect(
comfyPage.page.locator('[id*="logs-terminal"]')
).toBeVisible({ timeout: 10000 })
await expect(comfyPage.page.locator('[id*="logs-terminal"]')).toBeVisible({
timeout: 10000
})
// Open shortcuts panel first
await comfyPage.page