[Release] Stage to Main #15233
run-nala.yml
on: pull_request
Running E2E & IT
3m 53s
Annotations
6 errors, 1 warning, and 1 notice
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L159
1) [milo-live-chromium] › video.block.test.js:146: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(locator).toBeVisible()
Locator: locator('iframe').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('iframe').first()
157 | await test.step('step-2: Verify video block content/specs', async () => {
158 | await expect(await video.miloVideo).toBeVisible();
> 159 | await expect(await video.iframe).toBeVisible();
| ^
160 | await expect(await video.youtubePlayButton).toBeVisible();
161 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
162 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:159:40
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:157:5
|
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L159
1) [milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo › step-2: Verify video block content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('iframe').first()
157 | await test.step('step-2: Verify video block content/specs', async () => {
158 | await expect(await video.miloVideo).toBeVisible();
> 159 | await expect(await video.iframe).toBeVisible();
| ^
160 | await expect(await video.youtubePlayButton).toBeVisible();
161 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
162 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:159:40
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L159
2) [milo-live-firefox] › video.block.test.js:146: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(locator).toBeVisible()
Locator: locator('iframe').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('iframe').first()
157 | await test.step('step-2: Verify video block content/specs', async () => {
158 | await expect(await video.miloVideo).toBeVisible();
> 159 | await expect(await video.iframe).toBeVisible();
| ^
160 | await expect(await video.youtubePlayButton).toBeVisible();
161 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
162 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:159:40
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
../../_actions/adobecom/nala/main/tests/milo/video.block.test.js#L159
2) [milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo › step-2: Verify video block content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('iframe').first()
157 | await test.step('step-2: Verify video block content/specs', async () => {
158 | await expect(await video.miloVideo).toBeVisible();
> 159 | await expect(await video.iframe).toBeVisible();
| ^
160 | await expect(await video.youtubePlayButton).toBeVisible();
161 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
162 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:159:40
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › georouting.feature.test.js:39:9 › Milo Georouting feature test suite › @Georouting with query param:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L58
3) [milo-live-firefox] › georouting.feature.test.js:39:9 › Milo Georouting feature test suite › @Georouting with query param,@georouting @georouting-query-param @smoke @regression @milo › step-3: Click "Deutschland" button and then verify international cookie value
TypeError: Cannot read properties of undefined (reading 'value')
56 | await test.step('step-3: Click "Deutschland" button and then verify international cookie value', async () => {
57 | await modal.deLink.click();
> 58 | expect((await page.context().cookies()).find(cookie => cookie.name === data.cookieName).value).toEqual(data.cookieValue);
| ^
59 | });
60 | });
61 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:58:100
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:56:9
|
Running E2E & IT
Process completed with exit code 1.
|
Running E2E & IT
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
2 failed
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
1 flaky
[milo-live-firefox] › georouting.feature.test.js:39:9 › Milo Georouting feature test suite › @Georouting with query param,@georouting @georouting-query-param @smoke @regression @milo
25 skipped
342 passed (3.0m)
|