Milo Nala Daily Run #35
Annotations
9 errors, 3 warnings, and 3 notices
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L137
1) [milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(received).toHaveAttribute(expected)
Expected string: "top: 64px;"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.table').first().locator('.row-highlight')
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
135 | await expect(await table.collapseStickyTable).toBeVisible();
136 |
> 137 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
138 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
139 |
140 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:137:40
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:133:5
|
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
tests\milo\htmlextn.feature.test.js#L18
1) [milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Error: page.goto: net::ERR_HTTP2_PROTOCOL_ERROR at https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study
=========================== logs ===========================
navigating to "https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study", waiting until "load"
============================================================
16 | console.info('[Test Page]\n:', envList[env]+`${path}`);
17 | const url = envList[env]+ path;
> 18 | await page.goto(url);
| ^
19 | await page.waitForLoadState('domcontentloaded');
20 |
21 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at D:\a\nala\nala\tests\milo\htmlextn.feature.test.js:18:20
at D:\a\nala\nala\tests\milo\htmlextn.feature.test.js:14:5
|
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
tests\milo\htmlextn.feature.test.js#L18
1) [milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_HTTP2_PROTOCOL_ERROR at https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study
=========================== logs ===========================
navigating to "https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study", waiting until "load"
============================================================
16 | console.info('[Test Page]\n:', envList[env]+`${path}`);
17 | const url = envList[env]+ path;
> 18 | await page.goto(url);
| ^
19 | await page.waitForLoadState('domcontentloaded');
20 |
21 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at D:\a\nala\nala\tests\milo\htmlextn.feature.test.js:18:20
at D:\a\nala\nala\tests\milo\htmlextn.feature.test.js:14:5
|
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @Html Extn for bcom:
tests\milo\htmlextn.feature.test.js#L18
1) [milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_HTTP2_PROTOCOL_ERROR at https://business.adobe.com/customer-success-stories/abb-case-study
=========================== logs ===========================
navigating to "https://business.adobe.com/customer-success-stories/abb-case-study", waiting until "load"
============================================================
16 | console.info('[Test Page]\n:', envList[env]+`${path}`);
17 | const url = envList[env]+ path;
> 18 | await page.goto(url);
| ^
19 | await page.waitForLoadState('domcontentloaded');
20 |
21 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at D:\a\nala\nala\tests\milo\htmlextn.feature.test.js:18:20
at D:\a\nala\nala\tests\milo\htmlextn.feature.test.js:14:5
|
[milo-live-chromium] › card.block.test.js:18:7 › Milo Consonant card feature test suite › @Card:
tests\milo\card.block.test.js#L29
2) [milo-live-chromium] › card.block.test.js:18:7 › Milo Consonant card feature test suite › @card,@card @smoke @regression @milo › step-2: Verify Card content/specs
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.consonant-OneHalfCard').first()
- locator resolved to <div data-block="" class="card consonant-Card consona…>…</div>
- unexpected value "hidden"
27 |
28 | await test.step('step-2: Verify Card content/specs', async () => {
> 29 | await expect(await card.oneHalfCard).toBeVisible();
| ^
30 | await expect(await card.oneHalfCardImage).toBeVisible();
31 |
32 | await expect(await card.oneHalfCardTitleH3).toContainText(data.titleH3);
at D:\a\nala\nala\tests\milo\card.block.test.js:29:44
|
[milo-live-chromium] › card.block.test.js:46:7 › Milo Consonant card feature test suite › @Card (half-card:
tests\milo\card.block.test.js#L57
3) [milo-live-chromium] › card.block.test.js:46:7 › Milo Consonant card feature test suite › @card (half-card, border),@card @smoke @regression @milo › step-2: Verify Half Card with Boarder content/specs
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.consonant-OneHalfCard').first()
55 |
56 | await test.step('step-2: Verify Half Card with Boarder content/specs', async () => {
> 57 | await expect(await card.oneHalfCard).toBeVisible();
| ^
58 |
59 | expect(await card.oneHalfCard.getAttribute('class')).toContain('border')
60 |
at D:\a\nala\nala\tests\milo\card.block.test.js:57:44
|
[milo-live-chromium] › card.block.test.js:76:7 › Milo Consonant card feature test suite › @Card (double-width-card:
tests\milo\card.block.test.js#L87
4) [milo-live-chromium] › card.block.test.js:76:7 › Milo Consonant card feature test suite › @card (double-width-card, border),@card @smoke @regression @milo › step-2: Verify card (double-width-card, border) content/specs
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.double-width-card').first()
- locator resolved to <div class="card double-width-card border">…</div>
- unexpected value "hidden"
- locator resolved to <div class="card double-width-card border">…</div>
- unexpected value "hidden"
85 |
86 | await test.step('step-2: Verify card (double-width-card, border) content/specs', async () => {
> 87 | await expect(await card.doubleWidthCard).toBeVisible();
| ^
88 |
89 | expect(await card.doubleWidthCard.getAttribute('class')).toContain('border')
90 |
at D:\a\nala\nala\tests\milo\card.block.test.js:87:48
|
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @Table (highlight:
tests\milo\table.block.test.js#L137
5) [milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(received).toHaveAttribute(expected)
Expected string: "top: 64px;"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.table').first().locator('.row-highlight')
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
135 | await expect(await table.collapseStickyTable).toBeVisible();
136 |
> 137 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
138 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
139 |
140 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at D:\a\nala\nala\tests\milo\table.block.test.js:137:40
at D:\a\nala\nala\tests\milo\table.block.test.js:133:5
|
Running tests (windows-latest)
Process completed with exit code 1.
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 flaky
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
22 skipped
291 passed (1.9m)
|
🎭 Playwright Run Summary
22 skipped
292 passed (4.0m)
|
🎭 Playwright Run Summary
1 failed
[milo-live-chromium] › htmlextn.feature.test.js:10:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
4 flaky
[milo-live-chromium] › card.block.test.js:18:7 › Milo Consonant card feature test suite › @card,@card @smoke @regression @milo
[milo-live-chromium] › card.block.test.js:46:7 › Milo Consonant card feature test suite › @card (half-card, border),@card @smoke @regression @milo
[milo-live-chromium] › card.block.test.js:76:7 › Milo Consonant card feature test suite › @card (double-width-card, border),@card @smoke @regression @milo
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
22 skipped
287 passed (2.9m)
|