.github/workflows/daily.yml #408
Annotations
1 error, 1 warning, and 1 notice
tests/milo/video.block.test.js#L201
1) [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"]')
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 /Users/runner/work/nala/nala/tests/milo/video.block.test.js:201:51
at /Users/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.
|
1 flaky
[milo-live-firefox] › video.block.test.js:187:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
36 skipped
275 passed (3.9m)
|
The logs for this run have expired and are no longer available.
Loading