.github/workflows/daily.yml #392
Annotations
1 error, 3 warnings, and 3 notices
[milo-live-firefox] › video.block.test.js:130:7 › Milo Video Block test suite › @MPC Video:
tests\milo\video.block.test.js#L144
1) [milo-live-firefox] › video.block.test.js:130:7 › Milo Video Block test suite › @mpc Video,@video @smoke @regression @milo › step-2: Verify video block content/specs
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('iframe').first().locator('.mpc-player button[aria-label="Play"]')
142 | await expect(await video.miloVideo).toBeVisible();
143 | await expect(await video.iframe).toBeVisible();
> 144 | await expect(await video.mpcPlayButton).toBeVisible();
| ^
145 | await expect(await video.mpcPlayerTitle).toContainText(data.h1Title);
146 |
147 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
at D:\a\nala\nala\tests\milo\video.block.test.js:144:47
at D:\a\nala\nala\tests\milo\video.block.test.js:141:5
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
32 skipped
238 passed (1.6m)
|
🎭 Playwright Run Summary
32 skipped
238 passed (5.2m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › video.block.test.js:130:7 › Milo Video Block test suite › @mpc Video,@video @smoke @regression @milo
32 skipped
237 passed (2.8m)
|