Skip to content

Milo Nala Daily Run #290

Milo Nala Daily Run

Milo Nala Daily Run #290

Triggered via schedule September 20, 2024 16:18
Status Failure
Total duration 6m 53s
Artifacts

milo.daily.yml

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

Annotations

9 errors, 6 warnings, and 3 notices
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target: tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.text #default-text') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.text #default-text') - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" 246 | await expect(await PROMO.marqueeDefault).toBeVisible(); 247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee); > 248 | await expect(await PROMO.textDefault).not.toBeVisible(); | ^ 249 | }); 250 | 251 | await test.step('Validate content insert after marquee', async () => { at /home/runner/work/nala/nala/tests/milo/promotions.feature.test.js:248:49 at /home/runner/work/nala/nala/tests/milo/promotions.feature.test.js:245:5
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target: tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.text #default-text') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.text #default-text') - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" 246 | await expect(await PROMO.marqueeDefault).toBeVisible(); 247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee); > 248 | await expect(await PROMO.textDefault).not.toBeVisible(); | ^ 249 | }); 250 | 251 | await test.step('Validate content insert after marquee', async () => { at /home/runner/work/nala/nala/tests/milo/promotions.feature.test.js:248:49 at /home/runner/work/nala/nala/tests/milo/promotions.feature.test.js:245:5
Running tests (ubuntu-latest)
Process completed with exit code 1.
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target: tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.text #default-text') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.text #default-text') - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" 246 | await expect(await PROMO.marqueeDefault).toBeVisible(); 247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee); > 248 | await expect(await PROMO.textDefault).not.toBeVisible(); | ^ 249 | }); 250 | 251 | await test.step('Validate content insert after marquee', async () => { at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:248:49 at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:245:5
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target: tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.text #default-text') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.text #default-text') - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" 246 | await expect(await PROMO.marqueeDefault).toBeVisible(); 247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee); > 248 | await expect(await PROMO.textDefault).not.toBeVisible(); | ^ 249 | }); 250 | 251 | await test.step('Validate content insert after marquee', async () => { at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:248:49 at /Users/runner/work/nala/nala/tests/milo/promotions.feature.test.js:245:5
Running tests (macos-latest)
Process completed with exit code 1.
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target: tests\milo\promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.text #default-text') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.text #default-text') - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" 246 | await expect(await PROMO.marqueeDefault).toBeVisible(); 247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee); > 248 | await expect(await PROMO.textDefault).not.toBeVisible(); | ^ 249 | }); 250 | 251 | await test.step('Validate content insert after marquee', async () => { at D:\a\nala\nala\tests\milo\promotions.feature.test.js:248:49 at D:\a\nala\nala\tests\milo\promotions.feature.test.js:245:5
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target: tests\milo\promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.text #default-text') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.text #default-text') - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" - locator resolved to <h3 id="default-text" class="heading-l">Default text</h3> - unexpected value "visible" 246 | await expect(await PROMO.marqueeDefault).toBeVisible(); 247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee); > 248 | await expect(await PROMO.textDefault).not.toBeVisible(); | ^ 249 | }); 250 | 251 | await test.step('Validate content insert after marquee', async () => { at D:\a\nala\nala\tests\milo\promotions.feature.test.js:248:49 at D:\a\nala\nala\tests\milo\promotions.feature.test.js:245:5
Running tests (windows-latest)
Process completed with exit code 1.
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
1 failed [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression 25 skipped 344 passed (3.2m)
🎭 Playwright Run Summary
1 failed [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression 25 skipped 344 passed (5.7m)
🎭 Playwright Run Summary
1 failed [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression 25 skipped 344 passed (4.2m)