.github/workflows/daily.yml #404
Annotations
2 errors, 3 warnings, and 3 notices
[milo-live-firefox] › video.block.test.js:215:7 › Milo Video Block test suite › @Fragment Modal video inline:
tests\milo\video.block.test.js#L227
1) [milo-live-firefox] › video.block.test.js:215:7 › Milo Video Block test suite › @Fragment Modal video inline,@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 locator('.fragment').locator('video')
225 |
226 | await test.step('step-2: Verify video block content/specs', async () => {
> 227 | await expect(await video.modalVideo).toBeVisible();
| ^
228 |
229 | expect(await webUtil.verifyAttributes_(video.modalVideo, video.attributes['video.autoplay'])).toBeTruthy();
230 | expect(await webUtil.verifyAttributes_(video.modalVideoSource, video.attributes['video.source'])).toBeTruthy();
at D:\a\nala\nala\tests\milo\video.block.test.js:227:44
|
[milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @MPC Video Autoplay Looping:
tests/milo/video.block.test.js#L173
1) [milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@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="Mute"]')
171 | await expect(await video.miloVideo).toBeVisible();
172 | await expect(await video.iframe).toBeVisible();
> 173 | await expect(await video.mpcMutedButton).toBeVisible();
| ^
174 |
175 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
176 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:173:48
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:170:5
|
Running tests (ubuntu-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.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
36 skipped
260 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › video.block.test.js:215:7 › Milo Video Block test suite › @Fragment Modal video inline,@video @smoke @regression @milo
36 skipped
259 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
36 skipped
259 passed (4.1m)
|