Milo Nala Daily Run #287
Annotations
1 error, 6 warnings, and 3 notices
[milo-live-firefox] › personalization.feature.test.js:67:7 › Milo Personalization feature test suite › @Insert Content Before:
tests\milo\personalization.feature.test.js#L81
1) [milo-live-firefox] › personalization.feature.test.js:67:7 › Milo Personalization feature test suite › @insert Content Before,@pzn @smoke @regression @milo › step-2: Verify default test page content/specs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.marquee').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.marquee').first()
- locator resolved to <div class="marquee">…</div>
- unexpected value "hidden"
- locator resolved to <div class="marquee">…</div>
- unexpected value "hidden"
- locator resolved to <div class="marquee">…</div>
- unexpected value "hidden"
- locator resolved to <div class="marquee">…</div>
- unexpected value "hidden"
79 |
80 | await test.step('step-2: Verify default test page content/specs', async () => {
> 81 | await expect(await marquee.marquee).toBeVisible();
| ^
82 | });
83 |
84 | await test.step('step-3: Navigate to personlized page and verify content/specs', async () => {
at D:\a\nala\nala\tests\milo\personalization.feature.test.js:81:43
|
Running tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
25 skipped
345 passed (3.0m)
|
🎭 Playwright Run Summary
25 skipped
345 passed (6.0m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-firefox] › personalization.feature.test.js:67:7 › Milo Personalization feature test suite › @insert Content Before,@pzn @smoke @regression @milo
25 skipped
344 passed (4.7m)
|