[Release] Stage to Main #10961
run-nala.yml
on: pull_request
Running E2E & IT
4m 25s
Annotations
2 errors, 1 warning, and 1 notice
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
../../_actions/adobecom/nala/main/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/jp/customer-success-stories/adobe-experience-cloud-case-study
Call log:
- navigating to "https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-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/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:18:20
at /home/runner/work/_actions/adobecom/nala/main/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:
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L174
2) [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(locator).toBeVisible()
Locator: frameLocator('iframe').first().locator('.mpc-player button[aria-label="Mute"]')
Expected: visible
Received: hidden
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 /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:174:48
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:171:5
|
Running E2E & IT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
2 flaky
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
[milo-live-firefox] › video.block.test.js:160:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
18 skipped
322 passed (3.0m)
|