Milo Nala Daily Run #108
Annotations
23 errors, 6 warnings, and 3 notices
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
1) [milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
[milo-live-firefox] › georouting.feature.test.js:85:9 › Milo Georouting feature test suite › @Georouting multi tab:
tests/milo/georouting.feature.test.js#L99
2) [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/nala/nala/tests/milo/georouting.feature.test.js:99:62
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:98:9
|
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
3) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests\milo\table.block.test.js#L134
1) [milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at D:\a\nala\nala\tests\milo\table.block.test.js:134:40
at D:\a\nala\nala\tests\milo\table.block.test.js:130:5
|
[milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @Accordion:
tests\milo\accordion.block.test.js#L62
2) [milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @accordion,@accordion @smoke @regression @milo › step-3: Verify analytics attributes
Error: expect(received).toBeTruthy()
Received: false
60 |
61 | await test.step('step-3: Verify analytics attributes', async () => {
> 62 | expect(await webUtil.verifyAttributes_(accordion.accordion, accordion.attributes['analytics']['accordion.daa-lh'])).toBeTruthy();
| ^
63 | });
64 |
65 | await test.step('step-4: Verify browser console errors', async () => {
at D:\a\nala\nala\tests\milo\accordion.block.test.js:62:123
at D:\a\nala\nala\tests\milo\accordion.block.test.js:61:5
|
[milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @Accordion:
tests\milo\accordion.block.test.js#L1
2) [milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @accordion,@accordion @smoke @regression @milo › step-3: Verify analytics attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @Accordion:
tests\milo\accordion.block.test.js#L62
2) [milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @accordion,@accordion @smoke @regression @milo › step-3: Verify analytics attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
60 |
61 | await test.step('step-3: Verify analytics attributes', async () => {
> 62 | expect(await webUtil.verifyAttributes_(accordion.accordion, accordion.attributes['analytics']['accordion.daa-lh'])).toBeTruthy();
| ^
63 | });
64 |
65 | await test.step('step-4: Verify browser console errors', async () => {
at D:\a\nala\nala\tests\milo\accordion.block.test.js:62:123
at D:\a\nala\nala\tests\milo\accordion.block.test.js:61:5
|
[milo-live-firefox] › chart.block.test.js:14:7 › Milo Chart feature test suite › @Chart (area:
tests\milo\chart.block.test.js#L1
3) [milo-live-firefox] › chart.block.test.js:14:7 › Milo Chart feature test suite › @Chart (area, green, border),@Chart @smoke @regression @milo › step-1: Go to Chart feature test page
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › chart.block.test.js:14:7 › Milo Chart feature test suite › @Chart (area:
tests\milo\chart.block.test.js#L21
3) [milo-live-firefox] › chart.block.test.js:14:7 › Milo Chart feature test suite › @Chart (area, green, border),@Chart @smoke @regression @milo › step-1: Go to Chart feature test page
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/chart/chart-area-green-border"
Received string: ""
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
19 | await page.goto(`${baseURL}${features[0].path}`);
20 | await page.waitForLoadState('domcontentloaded');
> 21 | await expect(page).toHaveURL(`${baseURL}${features[0].path}`);
| ^
22 | });
23 |
24 | await test.step('step-2: Verify chart content/specs', async () => {
at D:\a\nala\nala\tests\milo\chart.block.test.js:21:26
at D:\a\nala\nala\tests\milo\chart.block.test.js:18:5
|
[milo-live-firefox] › chart.block.test.js:35:7 › Milo Chart feature test suite › @Chart (bar:
tests\milo\chart.block.test.js#L1
4) [milo-live-firefox] › chart.block.test.js:35:7 › Milo Chart feature test suite › @Chart (bar, border),@Chart @smoke @regression @milo › step-2: Verify chart content/specs
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › chart.block.test.js:35:7 › Milo Chart feature test suite › @Chart (bar:
tests\milo\chart.block.test.js#L50
4) [milo-live-firefox] › chart.block.test.js:35:7 › Milo Chart feature test suite › @Chart (bar, border),@Chart @smoke @regression @milo › step-2: Verify chart content/specs
Error: expect(locator).toBeVisible()
Locator: locator('text[dominant-baseline="central"]').filter({ hasText: 'Chrome' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text[dominant-baseline="central"]').filter({ hasText: 'Chrome' })
48 | await expect(await chart.subTitle).toContainText(data.subTitle);
49 | expect(await chart.type.getAttribute('class')).toContain(data.chartType);
> 50 | await expect(await chart.legendChrome).toBeVisible();
| ^
51 | await expect(await chart.legendFirefox).toBeVisible();
52 | await expect(await chart.legendEdge).toBeVisible();
53 |
at D:\a\nala\nala\tests\milo\chart.block.test.js:50:46
at D:\a\nala\nala\tests\milo\chart.block.test.js:45:5
|
[milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column:
tests\milo\chart.block.test.js#L1
5) [milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo › step-1: Go to Chart feature test page
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column:
tests\milo\chart.block.test.js#L64
5) [milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo › step-1: Go to Chart feature test page
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/chart/chart-column-border", waiting until "load"
62 |
63 | await test.step('step-1: Go to Chart feature test page', async () => {
> 64 | await page.goto(`${baseURL}${features[2].path}`);
| ^
65 | await page.waitForLoadState('domcontentloaded');
66 | await expect(page).toHaveURL(`${baseURL}${features[2].path}`);
67 | });
at D:\a\nala\nala\tests\milo\chart.block.test.js:64:18
at D:\a\nala\nala\tests\milo\chart.block.test.js:63:16
|
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
1) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
1) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
1) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L47
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check ChangeRegion functionality
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('div#langnav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('div#langnav')
45 | await test.step('Check ChangeRegion functionality', async () => {
46 | await Footer.changeRegionButton.click();
> 47 | await expect(Footer.changeRegionModal).toBeVisible();
| ^
48 | await Footer.changeRegionCloseButton.click();
49 | await expect(Footer.changeRegionModal).not.toBeVisible();
50 | });
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:47:46
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:45:5
|
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
3) [milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
[milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer:
tests/milo/footer.block.test.js#L68
4) [milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for locator('footer.global-footer') to be visible
66 | await Footer.legalContainer.scrollIntoViewIfNeeded();
67 | // Wait for FEDS Footer to be visible:
> 68 | await Footer.footerContainer.waitFor({ state: 'visible', timeout: 5000 });
| ^
69 | // Check FEDS Footer critical elements:
70 | await expect(Footer.legalContainer).toBeVisible();
71 | await expect(Footer.socialContainer).toBeVisible();
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:68:36
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:64:5
|
[milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer:
tests/milo/footer.block.test.js#L1
4) [milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer:
tests/milo/footer.block.test.js#L111
4) [milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('div#langnav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('div#langnav')
109 | await test.step('Check ChangeRegion functionality', async () => {
110 | await Footer.changeRegionButton.click();
> 111 | await expect(Footer.changeRegionModal).toBeVisible();
| ^
112 | await Footer.changeRegionCloseButton.click();
113 | await expect(Footer.changeRegionModal).not.toBeVisible();
114 | });
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:111:46
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:109:5
|
[milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer:
tests/milo/footer.block.test.js#L1
5) [milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
Test timeout of 30000ms exceeded.
|
[milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer:
tests/milo/footer.block.test.js#L164
5) [milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div.feds-regionPicker-wrapper a.feds-regionPicker')
- locator resolved to <a href="#" role="button" aria-expanded="true" aria…>…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
162 | await expect(Footer.changeRegionDropDown).toBeVisible();
163 | await expect(Footer.changeRegionModal).not.toBeVisible();
> 164 | await Footer.changeRegionButton.click();
| ^
165 | await expect(Footer.changeRegionDropDown).not.toBeVisible();
166 | });
167 | });
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:164:39
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:160:5
|
Running tests (ubuntu-latest)
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/.
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
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/.
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
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/.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 flaky
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[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] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
30 skipped
303 passed (2.5m)
|
🎭 Playwright Run Summary
5 flaky
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[milo-live-firefox] › accordion.block.test.js:30:7 › Milo Accordion Block test suite › @accordion,@accordion @smoke @regression @milo
[milo-live-firefox] › chart.block.test.js:14:7 › Milo Chart feature test suite › @Chart (area, green, border),@Chart @smoke @regression @milo
[milo-live-firefox] › chart.block.test.js:35:7 › Milo Chart feature test suite › @Chart (bar, border),@Chart @smoke @regression @milo
[milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo
30 skipped
301 passed (4.3m)
|
🎭 Playwright Run Summary
1 failed
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
7 flaky
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › marketo.block.test.js:12:7 › Marketo block test suite › @Marketo production form,@Marketo @marketoProductionForm @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:54:7 › Marketo block test suite › @Marketo discover template,@Marketo @marketoDiscoverTemplate @milo @smoke @regression
30 skipped
298 passed (9.5m)
|