adjust timeout

This commit is contained in:
Valere
2026-04-22 15:40:06 +02:00
parent 879526ce5e
commit f355aa1ed7
4 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -125,8 +125,7 @@ async function expectVideoTilesCount(page: Page, count: number): Promise<void> {
});
// There should be 5 video elements, visible and autoplaying
const videoElements = await page.locator("video").all();
expect(videoElements.length).toBe(count);
await expect(page.locator("video")).toHaveCount(count);
const blockDisplayCount = await page
.locator("video")