Skip to content

Milo Nala Daily Run #311

Milo Nala Daily Run

Milo Nala Daily Run #311

Triggered via schedule October 11, 2024 16:18
Status Failure
Total duration 7m 42s
Artifacts

milo.daily.yml

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

Annotations

12 errors, 6 warnings, and 3 notices
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom: tests/milo/htmlextn.feature.test.js#L1
1) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html Test timeout of 30000ms exceeded.
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom: tests/milo/htmlextn.feature.test.js#L22
1) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html Error: page.waitForLoadState: Test timeout of 30000ms exceeded. 20 | const url = envList[env] + path; 21 | await page.goto(url); > 22 | await page.waitForLoadState('networkidle'); | ^ 23 | 24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) { 25 | expect(page.url()).toContain('.html'); at /home/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:22:20 at /home/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:16:5
[milo-live-firefox] › modal.block.test.js:51:7 › Milo Modal feature test suite › @Modal Media: selectors\milo\modal.block.page.js#L61
1) [milo-live-firefox] › modal.block.test.js:51:7 › Milo Modal feature test suite › @modal Media, @modal @smoke @regression @milo › step-2: Verify Modal media fragement content/specs Error: The modal link with selector "a[href="#modal-media"]" could not be found within 1000ms. at ..\..\selectors\milo\modal.block.page.js:61 59 | return modalLink; 60 | } catch (error) { > 61 | throw new Error(`The modal link with selector "${selector}" could not be found within ${timeout}ms.`); | ^ 62 | } 63 | } 64 | } at Modal.getModalLink (D:\a\nala\nala\selectors\milo\modal.block.page.js:61:13) at D:\a\nala\nala\tests\milo\modal.block.test.js:64:25 at D:\a\nala\nala\tests\milo\modal.block.test.js:60:5
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom: tests/milo/htmlextn.feature.test.js#L1
1) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html Test timeout of 30000ms exceeded.
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom: tests/milo/htmlextn.feature.test.js#L22
1) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html Error: page.waitForLoadState: Test timeout of 30000ms exceeded. 20 | const url = envList[env] + path; 21 | await page.goto(url); > 22 | await page.waitForLoadState('networkidle'); | ^ 23 | 24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) { 25 | expect(page.url()).toContain('.html'); at /Users/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:22:20 at /Users/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:16:5
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom: tests/milo/htmlextn.feature.test.js#L1
1) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @Html Extn for bcom: tests/milo/htmlextn.feature.test.js#L22
1) [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForLoadState: Test timeout of 30000ms exceeded. 20 | const url = envList[env] + path; 21 | await page.goto(url); > 22 | await page.waitForLoadState('networkidle'); | ^ 23 | 24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) { 25 | expect(page.url()).toContain('.html'); at /Users/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:22:20 at /Users/runner/work/nala/nala/tests/milo/htmlextn.feature.test.js:16:5
[milo-live-chromium] › commerce.feature.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke: tests/milo/commerce.feature.test.js#L290
2) [milo-live-chromium] › commerce.feature.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression › Validate wcs placeholders Error: expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 69 288 | ), 289 | ); > 290 | expect(unresolvedPlaceholders.length).toBe(0); | ^ 291 | }); 292 | 293 | // Validate commerce checkout links are indeed commerce at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:290:45 at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:282:5
[milo-live-chromium] › commerce.feature.test.js:305:7 › Commerce feature test suite › @Commerce-DE: tests/milo/commerce.feature.test.js#L319
3) [milo-live-chromium] › commerce.feature.test.js:305:7 › Commerce feature test suite › @Commerce-DE, @Commerce @smoke @regression › Validate Buy now CTA Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('//a[contains(@daa-ll, "Buy now")]') Expected pattern: /PEMAP50AASTE2/ Received string: "" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('//a[contains(@daa-ll, "Buy now")]') - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" 317 | await COMM.buyNowCta.waitFor({ state: 'visible', timeout: 10000 }); 318 | await expect(COMM.buyNowCta).toHaveAttribute('data-promotion-code', data.promo); > 319 | await expect(COMM.buyNowCta).toHaveAttribute('href', new RegExp(`${data.promo}`)); | ^ 320 | await expect(COMM.buyNowCta).toHaveAttribute('href', new RegExp(`${data.CO}`)); 321 | await expect(COMM.buyNowCta).toHaveAttribute('href', new RegExp(`${data.lang}`)); 322 | }); at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:319:36 at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:316:5
[milo-live-chromium] › commerce.feature.test.js:366:7 › Commerce feature test suite › @Commerce-Old-Promo: tests/milo/commerce.feature.test.js#L378
4) [milo-live-chromium] › commerce.feature.test.js:366:7 › Commerce feature test suite › @Commerce-Old-Promo,@Commerce @smoke @regression › Validate promo price does not show old price TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('//span[@Data-Template="price"]') to be visible - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> - locator resolved to hidden <span is="inline-price" data-quantity="1" data-templat…></span> 376 | 377 | await test.step('Validate promo price does not show old price', async () => { > 378 | await COMM.price.waitFor({ state: 'visible', timeout: 10000 }); | ^ 379 | await expect(COMM.price).toHaveAttribute('data-promotion-code', data.promo); 380 | await expect(COMM.price).not.toHaveAttribute('data-display-old-price', 'true'); 381 | // expect(await COMM.price.innerText()).toContain('US$17.24'); at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:378:24 at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:377:16
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB: tests/milo/commerce.feature.test.js#L403
5) [milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression › Validate Buy now CTA Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('//a[contains(@daa-ll, "Buy now")]') Expected pattern: /PEMAP50AASTE2/ Received string: "" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('//a[contains(@daa-ll, "Buy now")]') - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" - locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a> - unexpected value "" 401 | await COMM.buyNowCta.waitFor({ state: 'visible', timeout: 10000 }); 402 | await expect(COMM.buyNowCta).toHaveAttribute('data-promotion-code', data.promo); > 403 | await expect(COMM.buyNowCta).toHaveAttribute('href', new RegExp(`${data.promo}`)); | ^ 404 | await expect(COMM.buyNowCta).toHaveAttribute('href', new RegExp(`${data.CO}`)); 405 | await expect(COMM.buyNowCta).toHaveAttribute('href', new RegExp(`${data.lang}`)); 406 | }); at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:403:36 at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:400:5
Running tests (macos-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 (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.
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.
🎭 Playwright Run Summary
1 flaky [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn 25 skipped 344 passed (3.2m)
🎭 Playwright Run Summary
1 flaky [milo-live-firefox] › modal.block.test.js:51:7 › Milo Modal feature test suite › @modal Media, @modal @smoke @regression @milo 25 skipped 344 passed (4.0m)
🎭 Playwright Run Summary
1 failed [milo-live-firefox] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn 4 flaky [milo-live-chromium] › commerce.feature.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression [milo-live-chromium] › commerce.feature.test.js:305:7 › Commerce feature test suite › @Commerce-DE, @Commerce @smoke @regression [milo-live-chromium] › commerce.feature.test.js:366:7 › Commerce feature test suite › @Commerce-Old-Promo,@Commerce @smoke @regression [milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression 25 skipped 340 passed (7.1m)