Adding timeout for flaky test

This commit is contained in:
yuneng-jiang 2025-12-30 17:18:06 -08:00
parent 2abd0941be
commit b35e0d5f83

View file

@ -35,7 +35,7 @@ test.describe("Internal Users Search", () => {
),
searchInput.fill("test@"),
]);
await page.waitForTimeout(5000);
const filteredCount = await rows.count();
await expect(filteredCount).toBeLessThan(initialCount);