Milo Nala Daily Run #9
Annotations
5 errors, 3 warnings, and 3 notices
[milo-live-chromium] › actionitem.block.test.js:162:7 › Milo Action-Item block test suite › @Action-item (scroller with navigation) :
tests/milo/actionitem.block.test.js#L182
1) [milo-live-chromium] › actionitem.block.test.js:162: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(received).toBeVisible()
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 daa-ll="Next icon-10--" class="nav-button next-b…>…</button>
- unexpected value "hidden"
180 | await expect(await actionItem.libraryContainerEnd).toBeVisible();
181 |
> 182 | await expect(await actionItem.nextButton).toBeVisible({timeout: 1000});
| ^
183 | await actionItem.nextButton.click();
184 | await expect(await actionItem.previousButton).toBeVisible({timeout: 1000});
185 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn','false');
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:182:49
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:172:5
|
[milo-live-firefox] › actionitem.block.test.js:162:7 › Milo Action-Item block test suite › @Action-item (scroller with navigation) :
tests/milo/actionitem.block.test.js#L182
2) [milo-live-firefox] › actionitem.block.test.js:162: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(received).toBeVisible()
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"
- 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"
180 | await expect(await actionItem.libraryContainerEnd).toBeVisible();
181 |
> 182 | await expect(await actionItem.nextButton).toBeVisible({timeout: 1000});
| ^
183 | await actionItem.nextButton.click();
184 | await expect(await actionItem.previousButton).toBeVisible({timeout: 1000});
185 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn','false');
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:182:49
at /Users/runner/work/nala/nala/tests/milo/actionitem.block.test.js:172:5
|
[milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @MPC Video Autoplay Looping:
tests/milo/video.block.test.js#L173
3) [milo-live-firefox] › video.block.test.js:159: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"]')
171 | await expect(await video.miloVideo).toBeVisible();
172 | await expect(await video.iframe).toBeVisible();
> 173 | await expect(await video.mpcMutedButton).toBeVisible();
| ^
174 |
175 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
176 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:173:48
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:170:5
|
[milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @MPC Video Autoplay Looping:
tests/milo/video.block.test.js#L173
3) [milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo › step-2: Verify video block content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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"]')
171 | await expect(await video.miloVideo).toBeVisible();
172 | await expect(await video.iframe).toBeVisible();
> 173 | await expect(await video.mpcMutedButton).toBeVisible();
| ^
174 |
175 | await expect(await video.iframe).toHaveAttribute('title', data.iframeTitle);
176 | await expect(await video.iframe).toHaveAttribute('src', data.source);
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:173:48
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:170:5
|
[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"
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 D:\a\nala\nala\tests\milo\table.block.test.js:135:40
at D:\a\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 (macos-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.
|
🎭 Playwright Run Summary
36 skipped
288 passed (2.0m)
|
🎭 Playwright Run Summary
3 flaky
[milo-live-chromium] › actionitem.block.test.js:162:7 › Milo Action-Item block test suite › @action-item (scroller with navigation) ,@action-item @smoke @regression @milo
[milo-live-firefox] › actionitem.block.test.js:162:7 › Milo Action-Item block test suite › @action-item (scroller with navigation) ,@action-item @smoke @regression @milo
[milo-live-firefox] › video.block.test.js:159:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
36 skipped
285 passed (5.6m)
|
🎭 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 (3.0m)
|