.github/workflows/daily.yml #382
Annotations
2 errors, 1 warning, and 1 notice
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 /home/runner/work/nala/nala/tests/milo/video.block.test.js:144:47
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:141:5
|
tests/milo/video.block.test.js#L201
2) [milo-live-firefox] › video.block.test.js:187:7 › Milo Video Block test suite › @youtube 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('button[aria-label="Play"]')
- locator resolved to <button title="Play" aria-label="Play" class="ytp-large-…>…</button>
- unexpected value "hidden"
199 | await expect(await video.miloVideo).toBeVisible();
200 | await expect(await video.iframe).toBeVisible();
> 201 | await expect(await video.youtubePlayButton).toBeVisible();
| ^
202 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
203 |
204 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:201:51
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:198:5
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
2 flaky
[milo-live-firefox] › video.block.test.js:130:7 › Milo Video Block test suite › @mpc Video,@video @smoke @regression @milo
[milo-live-firefox] › video.block.test.js:187:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
32 skipped
188 passed (3.0m)
|
The logs for this run have expired and are no longer available.
Loading