.github/workflows/daily.yml #382
Annotations
5 errors, 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 /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
|
[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"]')
- 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
|
[milo-live-firefox] › video.block.test.js:130:7 › Milo Video Block test suite › @MPC Video:
tests\milo\video.block.test.js#L144
2) [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
|
[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
3) [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 D:\a\nala\nala\tests\milo\video.block.test.js:173:48
at D:\a\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 (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
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)
|
🎭 Playwright Run Summary
32 skipped
190 passed (3.4m)
|
🎭 Playwright Run Summary
3 flaky
[milo-live-firefox] › georouting.feature.test.js:60:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
[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:159:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
32 skipped
187 passed (3.9m)
|