Milo Nala Daily Run #81
Annotations
22 errors, 6 warnings, and 3 notices
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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/nala/nala/tests/milo/video.block.test.js:159:40
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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/nala/nala/tests/milo/video.block.test.js:159:40
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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/nala/nala/tests/milo/video.block.test.js:159:40
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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()
- locator resolved to <iframe class="marketingtech-flashtalking" src="https://…></iframe>
- unexpected value "hidden"
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/nala/nala/tests/milo/video.block.test.js:159:40
at /home/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
tests/milo/htmlextn.feature.test.js#L1
3) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
tests/milo/htmlextn.feature.test.js#L22
3) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Error: page.waitForLoadState: Test timeout of 30000ms exceeded.
20 | const url = envList[env] + path;
21 | await page.goto(url);
> 22 | await page.waitForLoadState('networkidle');
| ^
23 |
24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
25 | expect(page.url()).toContain('.html');
at /home/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:22:20
at /home/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:16:5
|
Running tests (ubuntu-latest)
Process completed with exit code 1.
|
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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
|
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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
|
Running tests (windows-latest)
Process completed with exit code 1.
|
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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 /Users/runner/work/nala/nala/tests/milo/video.block.test.js:159:40
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
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 /Users/runner/work/nala/nala/tests/milo/video.block.test.js:159:40
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog):
tests/milo/merchcard.block.test.js#L1
2) [milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo › step-1: Go to Merch Card feature test page
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog):
tests/milo/merchcard.block.test.js#L281
2) [milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo › step-1: Go to Merch Card feature test page
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/merch-card/merch-cards-catalog", waiting until "load"
279 |
280 | await test.step('step-1: Go to Merch Card feature test page', async () => {
> 281 | await page.goto(`${baseURL}${features[8].path}${miloLibs}`);
| ^
282 | await page.waitForLoadState('domcontentloaded');
283 | await expect(page).toHaveURL(`${baseURL}${features[8].path}${miloLibs}`);
284 | });
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:281:18
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:280:16
|
[milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog):
tests/milo/merchcard.block.test.js#L1
2) [milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo › step-1: Go to Merch Card feature test page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog):
tests/milo/merchcard.block.test.js#L281
2) [milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo › step-1: Go to Merch Card feature test page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/merch-card/merch-cards-catalog", waiting until "load"
279 |
280 | await test.step('step-1: Go to Merch Card feature test page', async () => {
> 281 | await page.goto(`${baseURL}${features[8].path}${miloLibs}`);
| ^
282 | await page.waitForLoadState('domcontentloaded');
283 | await expect(page).toHaveURL(`${baseURL}${features[8].path}${miloLibs}`);
284 | });
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:281:18
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:280:16
|
[milo-live-firefox] › promotions.feature.test.js:69:7 › Promotions feature test suite › @Promo-remove:
tests/milo/promotions.feature.test.js#L82
3) [milo-live-firefox] › promotions.feature.test.js:69:7 › Promotions feature test suite › @Promo-remove,@Promo @Commerce @regression › Verify only default test page marquee is visible
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
80 | await expect(await PROMO.marqueeDefault).toBeVisible();
81 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 82 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
83 | });
84 |
85 | await test.step('Validate text component removed', async () => {
at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:82:49
at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:79:5
|
[milo-live-firefox] › promotions.feature.test.js:69:7 › Promotions feature test suite › @Promo-remove:
tests/milo/promotions.feature.test.js#L82
3) [milo-live-firefox] › promotions.feature.test.js:69:7 › Promotions feature test suite › @Promo-remove,@Promo @Commerce @regression › Verify only default test page marquee is visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
80 | await expect(await PROMO.marqueeDefault).toBeVisible();
81 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 82 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
83 | });
84 |
85 | await test.step('Validate text component removed', async () => {
at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:82:49
at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:79:5
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
tests/milo/video.block.test.js#L159
4) [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()
- locator resolved to <iframe class="marketingtech-flashtalking" src="https://…></iframe>
- unexpected value "hidden"
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 /Users/runner/work/nala/nala/tests/milo/video.block.test.js:159:40
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
[milo-live-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @Youtube Video :
tests/milo/video.block.test.js#L159
4) [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()
- locator resolved to <iframe class="marketingtech-flashtalking" src="https://…></iframe>
- unexpected value "hidden"
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 /Users/runner/work/nala/nala/tests/milo/video.block.test.js:159:40
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
Running tests (ubuntu-latest)
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/
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
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/
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
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/
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 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] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
30 skipped
309 passed (3.1m)
|
🎭 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
30 skipped
310 passed (3.9m)
|
🎭 Playwright Run Summary
4 failed
[milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:276:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[milo-live-firefox] › promotions.feature.test.js:69:7 › Promotions feature test suite › @Promo-remove,@Promo @Commerce @regression
[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] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
[milo-live-firefox] › modal.block.test.js:51:7 › Milo Modal feature test suite › @modal Media, @modal @smoke @regression @milo
30 skipped
306 passed (6.8m)
|