mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 00:50:05 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user