mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +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
|
comfyPage
|
||||||
}) => {
|
}) => {
|
||||||
// Wait for terminal tab to be registered (loaded asynchronously)
|
// Wait for terminal tab to be registered (loaded asynchronously)
|
||||||
await expect(
|
await expect(comfyPage.page.locator('[id*="logs-terminal"]')).toBeVisible({
|
||||||
comfyPage.page.locator('[id*="logs-terminal"]')
|
timeout: 10000
|
||||||
).toBeVisible({ timeout: 10000 })
|
})
|
||||||
|
|
||||||
// Open shortcuts panel first
|
// Open shortcuts panel first
|
||||||
await comfyPage.page
|
await comfyPage.page
|
||||||
|
|||||||
Reference in New Issue
Block a user