Fixing e2e

This commit is contained in:
yuneng-jiang
2026-01-06 17:06:48 -08:00
parent 8878b43466
commit ae7df51e69
@@ -43,7 +43,7 @@ test.describe("Internal Users Page", () => {
await expect(prevButton).toBeDisabled();
}
page.waitForTimeout(1000);
await page.waitForTimeout(1000);
// Check if there are more pages
const hasMorePages = infoText.includes("of") && !infoText.endsWith("25 of 25");
if (hasMorePages) {