Milo Nala Daily Run #12
Annotations
3 errors, 3 warnings, and 3 notices
[milo-live-chromium] › card.block.test.js:16:7 › Milo Consonant card feature test suite › @Card:
tests\milo\card.block.test.js#L27
1) [milo-live-chromium] › card.block.test.js:16: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"
25 |
26 | await test.step('step-2: Verify Card content/specs', async () => {
> 27 | await expect(await card.oneHalfCard).toBeVisible();
| ^
28 | await expect(await card.oneHalfCardImage).toBeVisible();
29 |
30 | await expect(await card.oneHalfCardTitleH3).toContainText(data.titleH3);
at D:\a\nala\nala\tests\milo\card.block.test.js:27:44
|
[milo-live-chromium] › card.block.test.js:74:7 › Milo Consonant card feature test suite › @Card (double-width-card:
tests\milo\card.block.test.js#L85
2) [milo-live-chromium] › card.block.test.js:74: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 data-block="" class="card double-width-card bord…>…</div>
- unexpected value "hidden"
83 |
84 | await test.step('step-2: Verify card (double-width-card, border) content/specs', async () => {
> 85 | await expect(await card.doubleWidthCard).toBeVisible();
| ^
86 |
87 | expect(await card.doubleWidthCard.getAttribute('class')).toContain('border')
88 |
at D:\a\nala\nala\tests\milo\card.block.test.js:85:48
|
[milo-live-chromium] › table.block.test.js:121:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L135
1) [milo-live-chromium] › table.block.test.js:121: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"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
133 | await expect(await table.collapseStickyTable).toBeVisible();
134 |
> 135 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
136 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
137 |
138 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:135:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:131:5
|
Running tests (ubuntu-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.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
36 skipped
288 passed (1.8m)
|
🎭 Playwright Run Summary
2 flaky
[milo-live-chromium] › card.block.test.js:16:7 › Milo Consonant card feature test suite › @card,@card @smoke @regression @milo
[milo-live-chromium] › card.block.test.js:74:7 › Milo Consonant card feature test suite › @card (double-width-card, border),@card @smoke @regression @milo
36 skipped
286 passed (3.1m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-chromium] › table.block.test.js:121:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
36 skipped
287 passed (5.7m)
|