mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 12:23:28 +00:00
Fixing e2e
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user