mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
chore: add some timeouts
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user