test(app): stabilize migrated e2e suite

This commit is contained in:
Kit Langton 2026-04-02 01:09:08 -04:00
commit b782650dfe
5 changed files with 24 additions and 6 deletions

View file

@ -92,6 +92,7 @@ test("changing theme persists in localStorage", async ({ page, gotoSession }) =>
await select.locator('[data-slot="select-select-trigger"]').click()
const items = page.locator('[data-slot="select-select-item"]')
await expect(items.first()).toBeVisible()
const count = await items.count()
expect(count).toBeGreaterThan(1)