Milo Nala Daily Run #177
Annotations
10 errors, 2 warnings, and 1 notice
tests\milo\tab.block.test.js#L117
1) [milo-live-chromium] › 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: 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 D:\a\nala\nala\tests\milo\tab.block.test.js:117:10
at D:\a\nala\nala\tests\milo\tab.block.test.js:111:5
|
tests\milo\tab.block.test.js#L1
1) [milo-live-chromium] › 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 finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
tests\milo\tab.block.test.js#L117
1) [milo-live-chromium] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: 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 D:\a\nala\nala\tests\milo\tab.block.test.js:117:10
at D:\a\nala\nala\tests\milo\tab.block.test.js:111:5
|
tests\milo\tab.block.test.js#L1
1) [milo-live-chromium] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
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.
|
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 D:\a\nala\nala\tests\milo\tab.block.test.js:117:10
at D:\a\nala\nala\tests\milo\tab.block.test.js:111:5
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: 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 D:\a\nala\nala\tests\milo\tab.block.test.js:117:10
at D:\a\nala\nala\tests\milo\tab.block.test.js:111:5
|
tests\milo\video.block.test.js#L189
3) [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 D:\a\nala\nala\tests\milo\video.block.test.js:189:48
at D:\a\nala\nala\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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
2 failed
[milo-live-chromium] › 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] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom
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
331 passed (5.7m)
|
The logs for this run have expired and are no longer available.
Loading