[Release] Stage to Main #12959
run-nala.yml
on: pull_request
Running E2E & IT
4m 55s
Annotations
1 error, 1 warning, and 1 notice
[milo-live-firefox] › video.block.test.js:176:7 › Milo Video Block test suite › @MPC Video Autoplay Looping:
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L190
1) [milo-live-firefox] › video.block.test.js:176:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo › step-2: Verify video block content/specs
Error: Timed out 3000ms 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 3000ms
- waiting for frameLocator('iframe').first().locator('.mpc-player button[aria-label="Mute"]')
188 | await expect(await video.miloVideo).toBeVisible();
189 | await expect(await video.iframe).toBeVisible();
> 190 | await expect(await video.mpcMutedButton).toBeVisible({ timeout: 3000 });
| ^
191 |
192 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
193 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:190:48
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:187:5
|
Running E2E & IT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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
1 flaky
[milo-live-firefox] › video.block.test.js:176:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
30 skipped
333 passed (4.1m)
|