Milo Nala Daily Run #35
Annotations
1 error, 1 warning, and 1 notice
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
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
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)
|
The logs for this run have expired and are no longer available.
Loading