[MWPW-152676] Ensure all Graybox URLs use STAGE environment #13008
Annotations
2 errors, 1 warning, and 1 notice
../../_actions/adobecom/nala/main/tests/milo/chart.block.test.js#L129
1) [milo-live-chromium] › chart.block.test.js:118:7 › Milo Chart feature test suite › @Chart (line, border),@Chart @smoke @regression @milo › step-2: Verify chart content/specs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.chart').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.chart').first()
127 |
128 | await test.step('step-2: Verify chart content/specs', async () => {
> 129 | await expect(await chart.chart).toBeVisible();
| ^
130 | await expect(await chart.title).toContainText(data.titleH3);
131 | await expect(await chart.subTitle).toContainText(data.subTitle);
132 | expect(await chart.type.getAttribute('class')).toContain(data.chartType);
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/chart.block.test.js:129:39
|
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L190
2) [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
|
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/.
|
2 flaky
[milo-live-chromium] › chart.block.test.js:118:7 › Milo Chart feature test suite › @Chart (line, border),@Chart @smoke @regression @milo
[milo-live-firefox] › video.block.test.js:176:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
30 skipped
332 passed (4.4m)
|
This job succeeded
Loading