[Release] Stage to Main #12571
Annotations
1 error, 1 warning, and 1 notice
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L189
1) [milo-live-firefox] › video.block.test.js:175: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"]')
187 | await expect(await video.miloVideo).toBeVisible();
188 | await expect(await video.iframe).toBeVisible();
> 189 | await expect(await video.mpcMutedButton).toBeVisible({ timeout: 3000 });
| ^
190 |
191 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
192 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:189:48
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:186:5
|
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/.
|
1 flaky
[milo-live-firefox] › video.block.test.js:175:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
30 skipped
333 passed (3.9m)
|
This job succeeded
Loading