[auto-fix] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2025-09-24 19:05:33 +00:00
committed by snomiao
parent 533fd1cb6f
commit 36126a5a75

View File

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