[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-13 16:39:01 +00:00
parent a338392746
commit 4963bd23e2

View File

@@ -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/)