From 50283a00a3eea4bc3bb862193e32c924fb4f47cc Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Thu, 4 Dec 2025 22:51:52 -0800 Subject: [PATCH] e2e fix --- .../proxy_admin_ui_tests/e2e_ui_tests/view_internal_user.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/proxy_admin_ui_tests/e2e_ui_tests/view_internal_user.spec.ts b/tests/proxy_admin_ui_tests/e2e_ui_tests/view_internal_user.spec.ts index 2aae9e2bb5..853b2155b8 100644 --- a/tests/proxy_admin_ui_tests/e2e_ui_tests/view_internal_user.spec.ts +++ b/tests/proxy_admin_ui_tests/e2e_ui_tests/view_internal_user.spec.ts @@ -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