chore: add some timeouts

This commit is contained in:
Bijin A B
2026-03-22 02:38:07 +05:30
parent 43bf363396
commit 3f183e0be0
7 changed files with 13 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ test.describe('Collection Environment Import Tests', () => {
// Scroll the virtualized table to reveal remaining rows
await page.locator('.table-container').evaluate((el) => el.scrollTop = el.scrollHeight);
await page.waitForTimeout(500);
await expect(page.locator('input[name$=".name"][value="postTitle"]')).toBeVisible();
await expect(page.locator('input[name$=".name"][value="postBody"]')).toBeVisible();