This commit is contained in:
yuneng-jiang
2025-12-04 22:51:52 -08:00
parent 8da265b901
commit 50283a00a3
@@ -31,6 +31,7 @@ test("view internal user page", async ({ page }) => {
// Wait for the table to load
await page.waitForSelector("tbody tr", { timeout: 10000 });
await page.waitForTimeout(2000); // Additional wait for table to stabilize
await page.waitForLoadState("networkidle");
// Test all expected fields are present
// Verify that the API Keys column is rendered for all users