Fixing e2e
This commit is contained in:
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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user