Milo Nala Daily Run #37
Annotations
3 errors, 3 warnings, and 3 notices
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
tests/milo/htmlextn.feature.test.js#L18
1) [milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Error: page.goto: net::ERR_HTTP2_PROTOCOL_ERROR at https://business.adobe.com/customer-success-stories/abb-case-study
=========================== logs ===========================
navigating to "https://business.adobe.com/customer-success-stories/abb-case-study", waiting until "load"
============================================================
16 | console.info('[Test Page]\n:', envList[env]+`${path}`);
17 | const url = envList[env]+ path;
> 18 | await page.goto(url);
| ^
19 | await page.waitForLoadState('domcontentloaded');
20 |
21 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at /home/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:18:20
at /home/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:14:5
|
[milo-live-firefox] › video.block.test.js:160:7 › Milo Video Block test suite › @MPC Video Autoplay Looping:
tests/milo/video.block.test.js#L174
1) [milo-live-firefox] › video.block.test.js:160: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"]')
172 | await expect(await video.miloVideo).toBeVisible();
173 | await expect(await video.iframe).toBeVisible();
> 174 | await expect(await video.mpcMutedButton).toBeVisible();
| ^
175 |
176 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
177 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:174:48
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:171:5
|
[milo-live-firefox] › video.block.test.js:188:7 › Milo Video Block test suite › @Youtube Video :
tests/milo/video.block.test.js#L202
2) [milo-live-firefox] › video.block.test.js:188: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"
200 | await expect(await video.miloVideo).toBeVisible();
201 | await expect(await video.iframe).toBeVisible();
> 202 | await expect(await video.youtubePlayButton).toBeVisible();
| ^
203 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
204 |
205 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:202:51
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:199: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
1 flaky
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
22 skipped
291 passed (1.9m)
|
🎭 Playwright Run Summary
2 flaky
[milo-live-firefox] › video.block.test.js:160:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
[milo-live-firefox] › video.block.test.js:188:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
22 skipped
290 passed (4.3m)
|
🎭 Playwright Run Summary
22 skipped
292 passed (2.8m)
|