Milo Nala Daily Run #8
Annotations
10 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] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L134
2) [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] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
tests\milo\table.block.test.js#L134
2) [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"
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] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @Action-item (scroller with navigation) :
tests/milo/actionitem.block.test.js#L177
1) [milo-live-firefox] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @action-item (scroller with navigation) ,@action-item @smoke @regression @milo › step-2: Verify Action item content/specs
Error: Timed out 1000ms waiting for expect(locator).toBeVisible()
Locator: locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 1000ms
- waiting for locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
175 | await expect(await actionItem.bodyText).toContainText(data.bodyText);
176 |
> 177 | await expect(await actionItem.nextButton).toBeVisible({ timeout: 1000 });
| ^
178 | await actionItem.nextButton.click();
179 | await expect(await actionItem.previousButton).toBeVisible({ timeout: 1000 });
180 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn', 'false');
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:177:49
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:169:5
|
[milo-live-firefox] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @Action-item (scroller with navigation) :
tests/milo/actionitem.block.test.js#L177
1) [milo-live-firefox] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @action-item (scroller with navigation) ,@action-item @smoke @regression @milo › step-2: Verify Action item content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 1000ms waiting for expect(locator).toBeVisible()
Locator: locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 1000ms
- waiting for locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-b…>…</button>
- unexpected value "hidden"
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-b…>…</button>
- unexpected value "hidden"
175 | await expect(await actionItem.bodyText).toContainText(data.bodyText);
176 |
> 177 | await expect(await actionItem.nextButton).toBeVisible({ timeout: 1000 });
| ^
178 | await actionItem.nextButton.click();
179 | await expect(await actionItem.previousButton).toBeVisible({ timeout: 1000 });
180 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn', 'false');
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:177:49
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:169:5
|
[milo-live-firefox] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @Action-item (scroller with navigation) :
tests/milo/actionitem.block.test.js#L177
1) [milo-live-firefox] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @action-item (scroller with navigation) ,@action-item @smoke @regression @milo › step-2: Verify Action item content/specs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 1000ms waiting for expect(locator).toBeVisible()
Locator: locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 1000ms
- waiting for locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
175 | await expect(await actionItem.bodyText).toContainText(data.bodyText);
176 |
> 177 | await expect(await actionItem.nextButton).toBeVisible({ timeout: 1000 });
| ^
178 | await actionItem.nextButton.click();
179 | await expect(await actionItem.previousButton).toBeVisible({ timeout: 1000 });
180 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn', 'false');
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:177:49
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:169: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
2) [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"
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
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 /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
|
Running tests (macos-latest)
Process completed with exit code 1.
|
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
2 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] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
30 skipped
304 passed (2.5m)
|
🎭 Playwright Run Summary
2 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] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
30 skipped
304 passed (3.3m)
|
🎭 Playwright Run Summary
1 failed
[milo-live-firefox] › actionitem.block.test.js:159:7 › Milo Action-Item block test suite › @action-item (scroller with navigation) ,@action-item @smoke @regression @milo
2 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] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
30 skipped
303 passed (6.0m)
|