.github/workflows/daily.yml #389
Annotations
4 errors, 3 warnings, and 3 notices
[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
|
[milo-live-firefox] › video.block.test.js:187:7 › Milo Video Block test suite › @Youtube Video :
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"]')
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
|
[milo-live-firefox] › video.block.test.js:187:7 › Milo Video Block test suite › @Youtube Video :
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"]')
- 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
|
[milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests\milo\georouting.feature.test.js#L74
1) [milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.dialog-modal') to be visible
============================================================
72 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
73 | await modal.changeRegionLink.click();
> 74 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
75 | await modal.deLink.click();
76 | });
77 |
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:74:43
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:72:9
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
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.
|
🎭 Playwright Run Summary
2 flaky
[milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@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
218 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › video.block.test.js:187:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
32 skipped
219 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
32 skipped
219 passed (2.0m)
|