[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-28 23:52:26 +00:00
parent c42fa2a861
commit 62460d10b6

View File

@@ -24,8 +24,6 @@ test.describe('Cloud distribution UI', { tag: '@cloud' }, () => {
await page.goto('http://localhost:8188')
await expect(page).toHaveURL(/\/cloud\/login/, { timeout: 10_000 })
// Verify cloud-specific login UI is rendered
await expect(
page.getByRole('button', { name: /google/i })
).toBeVisible()
await expect(page.getByRole('button', { name: /google/i })).toBeVisible()
})
})