mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
Fixing e2e
This commit is contained in:
parent
8878b43466
commit
ae7df51e69
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue