Skip to content

Milo Nala Daily Run #298

Milo Nala Daily Run

Milo Nala Daily Run #298

Triggered via schedule September 28, 2024 16:17
Status Success
Total duration 8m 23s
Artifacts

milo.daily.yml

on: schedule
Matrix: Running tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 6 warnings, and 3 notices
[milo-live-firefox] › personalization.feature.test.js:35:7 › Milo Personalization feature test suite › @Replace content: tests\milo\personalization.feature.test.js#L62
1) [milo-live-firefox] › personalization.feature.test.js:35:7 › Milo Personalization feature test suite › @replace content,@pzn @smoke @regression @milo › step-3: Navigate to personlized page and verify content/specs Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('.text').first() Expected string: "b1|text|param-target=te|pzn1" Received string: "" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('.text').first() - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" 60 | 61 | const blockDll = await webUtil.getPznBlockDaalh('text', 1, data.pznExpName, data.pznFileName); > 62 | await expect(await text.text).toHaveAttribute('daa-lh', blockDll); | ^ 63 | }); 64 | }); 65 | at D:\a\nala\nala\tests\milo\personalization.feature.test.js:62:37 at D:\a\nala\nala\tests\milo\personalization.feature.test.js:52:5
[milo-live-firefox] › personalization.feature.test.js:67:7 › Milo Personalization feature test suite › @Insert Content Before: tests\milo\personalization.feature.test.js#L95
2) [milo-live-firefox] › personalization.feature.test.js:67:7 › Milo Personalization feature test suite › @insert Content Before,@pzn @smoke @regression @milo › step-3: Navigate to personlized page and verify content/specs Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('.text').first() Expected string: "b1|text|param-target=te|insert-content-" Received string: "" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('.text').first() - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" - locator resolved to <div data-block="" class="text text-block con-block">…</div> - unexpected value "null" 93 | // text block Dll analytics 94 | const textBlockDll = await webUtil.getPznBlockDaalh('text', 1, data.pznExpName, data.pznFileName); > 95 | await expect(await text.text).toHaveAttribute('daa-lh', textBlockDll); | ^ 96 | 97 | // Marquee block Dll analytics 98 | await expect(await marquee.marquee).toBeVisible(); at D:\a\nala\nala\tests\milo\personalization.feature.test.js:95:37 at D:\a\nala\nala\tests\milo\personalization.feature.test.js:84:5
[milo-live-firefox] › personalization.feature.test.js:105:7 › Milo Personalization feature test suite › @Insert Content After: tests\milo\personalization.feature.test.js#L134
3) [milo-live-firefox] › personalization.feature.test.js:105:7 › Milo Personalization feature test suite › @insert Content After,@pzn @smoke @regression @milo › step-3: Navigate to personlized page and verify content/specs Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('.how-to').first() Expected string: "b1|how-to|param-target=te|insert-content-" Received string: "" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('.how-to').first() - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" - locator resolved to <div class="how-to con-block">…</div> - unexpected value "null" 132 | await expect(await howto.howTo).toBeVisible(); 133 | const howtoBlockDll = await webUtil.getPznBlockDaalh('how-to', 1, data.pznExpName, data.pznFileName); > 134 | await expect(await howto.howTo).toHaveAttribute('daa-lh', howtoBlockDll); | ^ 135 | 136 | // text block Dll analytics 137 | const textBlockDll = await webUtil.getPznBlockDaalh('text', 2, data.pznExpName, data.pznFileName); at D:\a\nala\nala\tests\milo\personalization.feature.test.js:134:39 at D:\a\nala\nala\tests\milo\personalization.feature.test.js:122:5
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.2m)
🎭 Playwright Run Summary
25 skipped 345 passed (5.9m)
🎭 Playwright Run Summary
3 flaky [milo-live-firefox] › personalization.feature.test.js:35:7 › Milo Personalization feature test suite › @replace content,@pzn @smoke @regression @milo [milo-live-firefox] › personalization.feature.test.js:67:7 › Milo Personalization feature test suite › @insert Content Before,@pzn @smoke @regression @milo [milo-live-firefox] › personalization.feature.test.js:105:7 › Milo Personalization feature test suite › @insert Content After,@pzn @smoke @regression @milo 25 skipped 342 passed (4.3m)