mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 15:24:09 +00:00
[auto-fix] Apply ESLint and Prettier fixes
This commit is contained in:
@@ -47,7 +47,7 @@ test.describe('User Select View', () => {
|
||||
// Try to click first option if it exists
|
||||
const firstOption = page.locator('.p-select-list .p-select-option').first()
|
||||
|
||||
if (await firstOption.count() > 0) {
|
||||
if ((await firstOption.count()) > 0) {
|
||||
await firstOption.click()
|
||||
} else {
|
||||
// No options available - close dropdown and use new user input
|
||||
|
||||
Reference in New Issue
Block a user