mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -42,9 +42,7 @@ test.describe('Widget copy button', { tag: '@ui' }, () => {
|
||||
})
|
||||
|
||||
test('Widget container has group class for hover', async ({ comfyPage }) => {
|
||||
const textarea = comfyPage.page
|
||||
.locator('[data-node-id] textarea')
|
||||
.first()
|
||||
const textarea = comfyPage.page.locator('[data-node-id] textarea').first()
|
||||
await expect(textarea).toBeVisible()
|
||||
const container = textarea.locator('..')
|
||||
await expect(container).toHaveClass(/group/)
|
||||
|
||||
Reference in New Issue
Block a user