Skip to content

Milo Nala Daily Run #224

Milo Nala Daily Run

Milo Nala Daily Run #224

Triggered via schedule July 22, 2024 16:09
Status Failure
Total duration 11m 13s
Artifacts

milo.daily.yml

on: schedule
Matrix: Running tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 6 warnings, and 3 notices
[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" Received string: "row row-1 row-highlight top-border-transparent" 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 top-bo…>…</div> - unexpected value "row row-1 row-highlight top-border-transparent" - locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div> - unexpected value "row row-1 row-highlight top-border-transparent" - locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div> - unexpected value "row row-1 row-highlight top-border-transparent" 132 | await expect(await table.collapseStickyTable).toBeVisible(); 133 | > 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight'); | ^ 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] › 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" Received string: "row row-1 row-highlight top-border-transparent" 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 top-bo…>…</div> - unexpected value "row row-1 row-highlight top-border-transparent" - locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div> - unexpected value "row row-1 row-highlight top-border-transparent" - locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div> - unexpected value "row row-1 row-highlight top-border-transparent" 132 | await expect(await table.collapseStickyTable).toBeVisible(); 133 | > 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight'); | ^ 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] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column: tests\milo\chart.block.test.js#L1
2) [milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo › step-2: Verify chart content/specs 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#L72
2) [milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo › step-2: Verify chart content/specs Error: expect(locator).toContainText(expected) Locator: locator('.chart').first().locator('.subtitle').first() Expected string: "Revenue dollars: 2020 vs 2021 forecasted vs 2021 actuals." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.chart').first().locator('.subtitle').first() 70 | await expect(await chart.chart).toBeVisible(); 71 | await expect(await chart.title).toContainText(data.titleH3); > 72 | await expect(await chart.subTitle).toContainText(data.subTitle); | ^ 73 | expect(await chart.type.getAttribute('class')).toContain(data.chartType); 74 | 75 | await expect(await chart.x_axisMonday).toBeVisible(); at D:\a\nala\nala\tests\milo\chart.block.test.js:72:42 at D:\a\nala\nala\tests\milo\chart.block.test.js:69:5
[milo-live-firefox] › marketo.block.test.js:18:9 › Marketo block test suite › 0: @marketo full template: tests\milo\marketo.block.test.js#L42
3) [milo-live-firefox] › marketo.block.test.js:18:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect Error: expect(received).toContain(expected) // indexOf Expected substring: "?submissionid" Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/full" 40 | await page.waitForTimeout(WAIT_TIME); 41 | const redirectedUrl = await page.url(); > 42 | await expect(redirectedUrl).toContain('?submissionid'); | ^ 43 | }); 44 | }); 45 | }); at D:\a\nala\nala\tests\milo\marketo.block.test.js:42:37 at D:\a\nala\nala\tests\milo\marketo.block.test.js:39:7
[milo-live-firefox] › marketo.block.test.js:81:9 › Marketo block test suite › 2: @marketo expanded template: tests\milo\marketo.block.test.js#L105
4) [milo-live-firefox] › marketo.block.test.js:81:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded › step-4: Verify the form submission redirect Error: expect(received).toContain(expected) // indexOf Expected substring: "?submissionid" Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/expanded" 103 | await page.waitForTimeout(WAIT_TIME); 104 | const redirectedUrl = await page.url(); > 105 | await expect(redirectedUrl).toContain('?submissionid'); | ^ 106 | }); 107 | }); 108 | }); at D:\a\nala\nala\tests\milo\marketo.block.test.js:105:37 at D:\a\nala\nala\tests\milo\marketo.block.test.js:102:7
Running tests (windows-latest)
Process completed with exit code 1.
Running tests (ubuntu-latest)
The following actions uses Node.js version which is deprecated 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 (macos-latest)
The following actions uses Node.js version which is deprecated 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.
Running tests (windows-latest)
The following actions uses Node.js version which is deprecated 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.
🎭 Playwright Run Summary
30 skipped 310 passed (2.6m)
🎭 Playwright Run Summary
30 skipped 310 passed (5.5m)
🎭 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 3 flaky [milo-live-firefox] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo [milo-live-firefox] › marketo.block.test.js:18:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full [milo-live-firefox] › marketo.block.test.js:81:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded 30 skipped 306 passed (5.7m)