Milo Nala Daily Run #94
Annotations
3 errors, 2 warnings, and 1 notice
Run Nala macos-latest:
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"
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 /Users/runner/work/nala/nala/tests/milo/table.block.test.js:137:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:133:5
|
Run Nala macos-latest:
tests/milo/table.block.test.js#L138
2) [milo-live-firefox] › 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: "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"
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;');
141 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading')
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:138:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:133:5
|
Run Nala macos-latest:
tests/milo/video.block.test.js#L174
3) [milo-live-firefox] › video.block.test.js:160:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo › step-2: Verify video block content/specs
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('iframe').first().locator('.mpc-player button[aria-label="Mute"]')
172 | await expect(await video.miloVideo).toBeVisible();
173 | await expect(await video.iframe).toBeVisible();
> 174 | await expect(await video.mpcMutedButton).toBeVisible();
| ^
175 |
176 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
177 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:174:48
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:171:5
|
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/.
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala macos-latest
3 flaky
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[milo-live-firefox] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[milo-live-firefox] › video.block.test.js:160:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
30 skipped
303 passed (4.6m)
|
Loading