review: quick cleaning

This commit is contained in:
Valere
2026-04-24 11:21:14 +02:00
parent a7788a2bfa
commit 6317a06472
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ async function expectVideoTilesCount(page: Page, count: number): Promise<void> {
timeout: 10000,
});
// There should be 5 video elements, visible and autoplaying
// There should be `count` video elements, visible and autoplaying
await expect(page.locator("video")).toHaveCount(count);
await expect