mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +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
|
// Try to click first option if it exists
|
||||||
const firstOption = page.locator('.p-select-list .p-select-option').first()
|
const firstOption = page.locator('.p-select-list .p-select-option').first()
|
||||||
|
|
||||||
if (await firstOption.count() > 0) {
|
if ((await firstOption.count()) > 0) {
|
||||||
await firstOption.click()
|
await firstOption.click()
|
||||||
} else {
|
} else {
|
||||||
// No options available - close dropdown and use new user input
|
// No options available - close dropdown and use new user input
|
||||||
|
|||||||
Reference in New Issue
Block a user