[Release] Stage to Main #12727
run-nala.yml
on: pull_request
Running E2E & IT
5m 11s
Annotations
4 errors, 1 warning, and 1 notice
[milo-live-firefox] › georouting.feature.test.js:85:9 › Milo Georouting feature test suite › @Georouting multi tab:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L99
1) [milo-live-firefox] › georouting.feature.test.js:85:9 › Milo Georouting feature test suite › @Georouting multi tab,@georouting @georouting-multi-tab @smoke @regression @milo › step-2: Verify multi tab georouting modal and its content
Error: expect(received).toBeTruthy()
Received: false
97 |
98 | await test.step('step-2: Verify multi tab georouting modal and its content', async () => {
> 99 | expect(await modal.verifyMultiTabGeoModal(data)).toBeTruthy();
| ^
100 | });
101 | });
102 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:99:62
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:98:9
|
[milo-live-firefox] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons:
../../_actions/adobecom/nala/main/tests/milo/tab.block.test.js#L1
2) [milo-live-firefox] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom › select the left tab arrow to get back to the first tab
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons:
../../_actions/adobecom/nala/main/tests/milo/tab.block.test.js#L117
2) [milo-live-firefox] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom › select the left tab arrow to get back to the first tab
Error: locator.click: Target page, context or browser has been closed
Call Log:
- Test timeout of 30000ms exceeded
115 | await tab.leftArrow.click();
116 | await expect(tab.tab1).toBeInViewport({ timeout: 500 });
> 117 | }).toPass({ intervals: INTERVALS });
| ^
118 |
119 | await tab.tab1.click();
120 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/tab.block.test.js:117:10
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/tab.block.test.js:111:5
|
[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
3) [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/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
3 flaky
[milo-live-firefox] › georouting.feature.test.js:85:9 › Milo Georouting feature test suite › @Georouting multi tab,@georouting @georouting-multi-tab @smoke @regression @milo
[milo-live-firefox] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom
[milo-live-firefox] › video.block.test.js:176:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
30 skipped
331 passed (4.3m)
|