Skip to content

Commit 36126a5

Browse files
actions-usersnomiao
authored andcommitted
[auto-fix] Apply ESLint and Prettier fixes
1 parent 533fd1c commit 36126a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_tests/tests/userSelectView.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test.describe('User Select View', () => {
4747
// Try to click first option if it exists
4848
const firstOption = page.locator('.p-select-list .p-select-option').first()
4949

50-
if (await firstOption.count() > 0) {
50+
if ((await firstOption.count()) > 0) {
5151
await firstOption.click()
5252
} else {
5353
// No options available - close dropdown and use new user input

0 commit comments

Comments
 (0)