Milo Nala Daily Run #276
Annotations
7 errors, 2 warnings, and 1 notice
Run Nala windows-latest:
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 D:\a\nala\nala\tests\milo\video.block.test.js:159:40
at D:\a\nala\nala\tests\milo\video.block.test.js:157:5
|
Run Nala windows-latest:
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 D:\a\nala\nala\tests\milo\video.block.test.js:159:40
at D:\a\nala\nala\tests\milo\video.block.test.js:157:5
|
Run Nala windows-latest:
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 D:\a\nala\nala\tests\milo\video.block.test.js:159:40
at D:\a\nala\nala\tests\milo\video.block.test.js:157:5
|
Run Nala windows-latest:
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 D:\a\nala\nala\tests\milo\video.block.test.js:159:40
at D:\a\nala\nala\tests\milo\video.block.test.js:157:5
|
Run Nala windows-latest:
tests\milo\commerce.feature.test.js#L290
3) [milo-live-firefox] › commerce.feature.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression › Validate wcs placeholders
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
288 | ),
289 | );
> 290 | expect(unresolvedPlaceholders.length).toBe(0);
| ^
291 | });
292 |
293 | // Validate commerce checkout links are indeed commerce
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:290:45
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:282:5
|
Run Nala windows-latest:
tests\milo\commerce.feature.test.js#L417
4) [milo-live-firefox] › commerce.feature.test.js:399:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression › Validate wcs placeholders
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
415 | ),
416 | );
> 417 | expect(unresolvedPlaceholders.length).toBe(0);
| ^
418 | });
419 |
420 | await test.step('Validate Buy now CTA', async () => {
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:417:45
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:411:5
|
Run Nala windows-latest
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala windows-latest
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
2 flaky
[milo-live-firefox] › commerce.feature.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression
[milo-live-firefox] › commerce.feature.test.js:399:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
25 skipped
341 passed (4.8m)
|
Loading