Milo Nala Daily Run #388
Annotations
30 errors, 3 warnings, and 3 notices
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB:
tests/milo/commerce.feature.test.js#L402
1) [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 string: "PEMAP50AASTE2"
Received string: "UPWORK_CCSN_A23"
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 "UPWORK_CCSN_A23"
- locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
400 | await test.step('Validate Buy now CTA', async () => {
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}`));
at /home/runner/work/nala/nala/tests/milo/commerce.feature.test.js:402:36
at /home/runner/work/nala/nala/tests/milo/commerce.feature.test.js:400:5
|
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB:
tests/milo/commerce.feature.test.js#L402
1) [milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression › Validate Buy now CTA
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('//a[contains(@daa-ll, "Buy now")]')
Expected string: "PEMAP50AASTE2"
Received string: "UPWORK_CCSN_A23"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('//a[contains(@daa-ll, "Buy now")]')
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
400 | await test.step('Validate Buy now CTA', async () => {
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}`));
at /home/runner/work/nala/nala/tests/milo/commerce.feature.test.js:402:36
at /home/runner/work/nala/nala/tests/milo/commerce.feature.test.js:400:5
|
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @Marquee small (background video playsinline):
tests/milo/marquee.block.test.js#L485
2) [milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-l')
Expected string: "Call to action-1--Marquee standard sma"
Received string: "Call to action-2--Marquee standard sma"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-l')
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
483 | await test.step('step-3: Verify analytic attributes', async () => {
484 | await expect(await marquee.marqueeSmallDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 1));
> 485 | await expect(await marquee.blueButtonL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
486 | });
487 |
488 | await test.step('step-4: Verify and log if any console errors', async () => {
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:485:47
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:483:5
|
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @Marquee small (background video playsinline):
tests/milo/marquee.block.test.js#L485
2) [milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-l')
Expected string: "Call to action-1--Marquee standard sma"
Received string: "Call to action-2--Marquee standard sma"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-l')
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
483 | await test.step('step-3: Verify analytic attributes', async () => {
484 | await expect(await marquee.marqueeSmallDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 1));
> 485 | await expect(await marquee.blueButtonL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
486 | });
487 |
488 | await test.step('step-4: Verify and log if any console errors', async () => {
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:485:47
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:483:5
|
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline desktop):
tests/milo/marquee.block.test.js#L513
3) [milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo › step-2: Verify Marquee (large, light) desktop background specs
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.marquee').first().locator('a').nth(1)
Expected string: "See all plans"
Received string: "Free trial"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.marquee').first().locator('a').nth(1)
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
511 | await expect(await marquee.bodyXL).toContainText(data.bodyText);
512 | await expect(await marquee.blueButtonXL).toContainText(data.blueButtonText);
> 513 | await expect(await marquee.actionLink2).toContainText(data.linkText);
| ^
514 |
515 | await expect(await marquee.backgroundVideoDesktop).toBeVisible();
516 | expect(await webUtil.verifyAttributes_(marquee.backgroundVideoDesktop, marquee.attributes['backgroundVideo.inline'])).toBeTruthy();
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:513:47
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:507:5
|
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline desktop):
tests/milo/marquee.block.test.js#L513
3) [milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo › step-2: Verify Marquee (large, light) desktop background specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.marquee').first().locator('a').nth(1)
Expected string: "See all plans"
Received string: "Free trial"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.marquee').first().locator('a').nth(1)
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
511 | await expect(await marquee.bodyXL).toContainText(data.bodyText);
512 | await expect(await marquee.blueButtonXL).toContainText(data.blueButtonText);
> 513 | await expect(await marquee.actionLink2).toContainText(data.linkText);
| ^
514 |
515 | await expect(await marquee.backgroundVideoDesktop).toBeVisible();
516 | expect(await webUtil.verifyAttributes_(marquee.backgroundVideoDesktop, marquee.attributes['backgroundVideo.inline'])).toBeTruthy();
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:513:47
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:507:5
|
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline loop once):
tests/milo/marquee.block.test.js#L563
4) [milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-xl')
Expected string: "Learn More-1--Heading XL 36 45 Med"
Received string: "Learn More-2--Heading XL 36 45 Med"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-xl')
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
561 | await test.step('step-3: Verify analytic attributes', async () => {
562 | await expect(await marquee.marqueeLargeDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 2));
> 563 | await expect(await marquee.blueButtonXL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
564 | });
565 |
566 | await test.step('step-4: Verify and log if any console errors', async () => {
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:563:48
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:561:5
|
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline loop once):
tests/milo/marquee.block.test.js#L563
4) [milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-xl')
Expected string: "Learn More-1--Heading XL 36 45 Med"
Received string: "Learn More-2--Heading XL 36 45 Med"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-xl')
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
561 | await test.step('step-3: Verify analytic attributes', async () => {
562 | await expect(await marquee.marqueeLargeDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 2));
> 563 | await expect(await marquee.blueButtonXL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
564 | });
565 |
566 | await test.step('step-4: Verify and log if any console errors', async () => {
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:563:48
at /home/runner/work/nala/nala/tests/milo/marquee.block.test.js:561:5
|
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
5) [milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
96 | await expect(await merchCard.sepcialOffersImage).toBeVisible();
97 |
> 98 | await expect(await merchCard.sepcialOffersTitleH4).toBeVisible();
| ^
99 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
100 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
101 |
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:98:58
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:94:5
|
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
5) [milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
96 | await expect(await merchCard.sepcialOffersImage).toBeVisible();
97 |
> 98 | await expect(await merchCard.sepcialOffersTitleH4).toBeVisible();
| ^
99 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
100 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
101 |
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:98:58
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:94:5
|
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB:
tests\milo\commerce.feature.test.js#L402
1) [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 string: "PEMAP50AASTE2"
Received string: "UPWORK_CCSN_A23"
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 "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
400 | await test.step('Validate Buy now CTA', async () => {
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}`));
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:402:36
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:400:5
|
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB:
tests\milo\commerce.feature.test.js#L402
1) [milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression › Validate Buy now CTA
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('//a[contains(@daa-ll, "Buy now")]')
Expected string: "PEMAP50AASTE2"
Received string: "UPWORK_CCSN_A23"
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 "UPWORK_CCSN_A23"
- locator resolved to <a href="" data-quantity="1" is="checkout-link" dat…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
400 | await test.step('Validate Buy now CTA', async () => {
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}`));
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:402:36
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:400:5
|
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @Marquee small (background video playsinline):
tests\milo\marquee.block.test.js#L485
2) [milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-l')
Expected string: "Call to action-1--Marquee standard sma"
Received string: "Call to action-2--Marquee standard sma"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-l')
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
483 | await test.step('step-3: Verify analytic attributes', async () => {
484 | await expect(await marquee.marqueeSmallDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 1));
> 485 | await expect(await marquee.blueButtonL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
486 | });
487 |
488 | await test.step('step-4: Verify and log if any console errors', async () => {
at D:\a\nala\nala\tests\milo\marquee.block.test.js:485:47
at D:\a\nala\nala\tests\milo\marquee.block.test.js:483:5
|
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @Marquee small (background video playsinline):
tests\milo\marquee.block.test.js#L485
2) [milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-l')
Expected string: "Call to action-1--Marquee standard sma"
Received string: "Call to action-2--Marquee standard sma"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-l')
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
483 | await test.step('step-3: Verify analytic attributes', async () => {
484 | await expect(await marquee.marqueeSmallDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 1));
> 485 | await expect(await marquee.blueButtonL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
486 | });
487 |
488 | await test.step('step-4: Verify and log if any console errors', async () => {
at D:\a\nala\nala\tests\milo\marquee.block.test.js:485:47
at D:\a\nala\nala\tests\milo\marquee.block.test.js:483:5
|
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline desktop):
tests\milo\marquee.block.test.js#L513
3) [milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo › step-2: Verify Marquee (large, light) desktop background specs
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.marquee').first().locator('a').nth(1)
Expected string: "See all plans"
Received string: "Free trial"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.marquee').first().locator('a').nth(1)
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
511 | await expect(await marquee.bodyXL).toContainText(data.bodyText);
512 | await expect(await marquee.blueButtonXL).toContainText(data.blueButtonText);
> 513 | await expect(await marquee.actionLink2).toContainText(data.linkText);
| ^
514 |
515 | await expect(await marquee.backgroundVideoDesktop).toBeVisible();
516 | expect(await webUtil.verifyAttributes_(marquee.backgroundVideoDesktop, marquee.attributes['backgroundVideo.inline'])).toBeTruthy();
at D:\a\nala\nala\tests\milo\marquee.block.test.js:513:47
at D:\a\nala\nala\tests\milo\marquee.block.test.js:507:5
|
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline desktop):
tests\milo\marquee.block.test.js#L513
3) [milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo › step-2: Verify Marquee (large, light) desktop background specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.marquee').first().locator('a').nth(1)
Expected string: "See all plans"
Received string: "Free trial"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.marquee').first().locator('a').nth(1)
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
511 | await expect(await marquee.bodyXL).toContainText(data.bodyText);
512 | await expect(await marquee.blueButtonXL).toContainText(data.blueButtonText);
> 513 | await expect(await marquee.actionLink2).toContainText(data.linkText);
| ^
514 |
515 | await expect(await marquee.backgroundVideoDesktop).toBeVisible();
516 | expect(await webUtil.verifyAttributes_(marquee.backgroundVideoDesktop, marquee.attributes['backgroundVideo.inline'])).toBeTruthy();
at D:\a\nala\nala\tests\milo\marquee.block.test.js:513:47
at D:\a\nala\nala\tests\milo\marquee.block.test.js:507:5
|
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline loop once):
tests\milo\marquee.block.test.js#L563
4) [milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-xl')
Expected string: "Learn More-1--Heading XL 36 45 Med"
Received string: "Learn More-2--Heading XL 36 45 Med"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-xl')
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
561 | await test.step('step-3: Verify analytic attributes', async () => {
562 | await expect(await marquee.marqueeLargeDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 2));
> 563 | await expect(await marquee.blueButtonXL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
564 | });
565 |
566 | await test.step('step-4: Verify and log if any console errors', async () => {
at D:\a\nala\nala\tests\milo\marquee.block.test.js:563:48
at D:\a\nala\nala\tests\milo\marquee.block.test.js:561:5
|
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline loop once):
tests\milo\marquee.block.test.js#L563
4) [milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-xl')
Expected string: "Learn More-1--Heading XL 36 45 Med"
Received string: "Learn More-2--Heading XL 36 45 Med"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-xl')
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
561 | await test.step('step-3: Verify analytic attributes', async () => {
562 | await expect(await marquee.marqueeLargeDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 2));
> 563 | await expect(await marquee.blueButtonXL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
564 | });
565 |
566 | await test.step('step-4: Verify and log if any console errors', async () => {
at D:\a\nala\nala\tests\milo\marquee.block.test.js:563:48
at D:\a\nala\nala\tests\milo\marquee.block.test.js:561:5
|
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests\milo\merchcard.block.test.js#L98
5) [milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
96 | await expect(await merchCard.sepcialOffersImage).toBeVisible();
97 |
> 98 | await expect(await merchCard.sepcialOffersTitleH4).toBeVisible();
| ^
99 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
100 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
101 |
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:98:58
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:94:5
|
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests\milo\merchcard.block.test.js#L98
5) [milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
96 | await expect(await merchCard.sepcialOffersImage).toBeVisible();
97 |
> 98 | await expect(await merchCard.sepcialOffersTitleH4).toBeVisible();
| ^
99 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
100 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
101 |
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:98:58
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:94:5
|
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB:
tests/milo/commerce.feature.test.js#L402
1) [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 string: "PEMAP50AASTE2"
Received string: "UPWORK_CCSN_A23"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('//a[contains(@daa-ll, "Buy now")]')
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
400 | await test.step('Validate Buy now CTA', async () => {
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}`));
at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:402:36
at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:400:5
|
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB:
tests/milo/commerce.feature.test.js#L402
1) [milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression › Validate Buy now CTA
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('//a[contains(@daa-ll, "Buy now")]')
Expected string: "PEMAP50AASTE2"
Received string: "UPWORK_CCSN_A23"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('//a[contains(@daa-ll, "Buy now")]')
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
- locator resolved to <a data-quantity="1" is="checkout-link" data-extra-…>…</a>
- unexpected value "UPWORK_CCSN_A23"
400 | await test.step('Validate Buy now CTA', async () => {
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}`));
at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:402:36
at /Users/runner/work/nala/nala/tests/milo/commerce.feature.test.js:400:5
|
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @Marquee small (background video playsinline):
tests/milo/marquee.block.test.js#L485
2) [milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-l')
Expected string: "Call to action-1--Marquee standard sma"
Received string: "Call to action-2--Marquee standard sma"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-l')
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
483 | await test.step('step-3: Verify analytic attributes', async () => {
484 | await expect(await marquee.marqueeSmallDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 1));
> 485 | await expect(await marquee.blueButtonL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
486 | });
487 |
488 | await test.step('step-4: Verify and log if any console errors', async () => {
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:485:47
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:483:5
|
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @Marquee small (background video playsinline):
tests/milo/marquee.block.test.js#L485
2) [milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-l')
Expected string: "Call to action-1--Marquee standard sma"
Received string: "Call to action-2--Marquee standard sma"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-l')
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
- locator resolved to <a href="https://www.adobe.com/" daa-ll="Call to ac…>Call to action</a>
- unexpected value "Call to action-2--Marquee standard sma"
483 | await test.step('step-3: Verify analytic attributes', async () => {
484 | await expect(await marquee.marqueeSmallDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 1));
> 485 | await expect(await marquee.blueButtonL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
486 | });
487 |
488 | await test.step('step-4: Verify and log if any console errors', async () => {
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:485:47
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:483:5
|
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline desktop):
tests/milo/marquee.block.test.js#L513
3) [milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo › step-2: Verify Marquee (large, light) desktop background specs
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.marquee').first().locator('a').nth(1)
Expected string: "See all plans"
Received string: "Free trial"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.marquee').first().locator('a').nth(1)
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
511 | await expect(await marquee.bodyXL).toContainText(data.bodyText);
512 | await expect(await marquee.blueButtonXL).toContainText(data.blueButtonText);
> 513 | await expect(await marquee.actionLink2).toContainText(data.linkText);
| ^
514 |
515 | await expect(await marquee.backgroundVideoDesktop).toBeVisible();
516 | expect(await webUtil.verifyAttributes_(marquee.backgroundVideoDesktop, marquee.attributes['backgroundVideo.inline'])).toBeTruthy();
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:513:47
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:507:5
|
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline desktop):
tests/milo/marquee.block.test.js#L513
3) [milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo › step-2: Verify Marquee (large, light) desktop background specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.marquee').first().locator('a').nth(1)
Expected string: "See all plans"
Received string: "Free trial"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.marquee').first().locator('a').nth(1)
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
- locator resolved to <a href="#video-modal" data-block-status="loaded" d…>Free trial</a>
- unexpected value "Free trial"
511 | await expect(await marquee.bodyXL).toContainText(data.bodyText);
512 | await expect(await marquee.blueButtonXL).toContainText(data.blueButtonText);
> 513 | await expect(await marquee.actionLink2).toContainText(data.linkText);
| ^
514 |
515 | await expect(await marquee.backgroundVideoDesktop).toBeVisible();
516 | expect(await webUtil.verifyAttributes_(marquee.backgroundVideoDesktop, marquee.attributes['backgroundVideo.inline'])).toBeTruthy();
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:513:47
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:507:5
|
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline loop once):
tests/milo/marquee.block.test.js#L563
4) [milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-xl')
Expected string: "Learn More-1--Heading XL 36 45 Med"
Received string: "Learn More-2--Heading XL 36 45 Med"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-xl')
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
561 | await test.step('step-3: Verify analytic attributes', async () => {
562 | await expect(await marquee.marqueeLargeDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 2));
> 563 | await expect(await marquee.blueButtonXL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
564 | });
565 |
566 | await test.step('step-4: Verify and log if any console errors', async () => {
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:563:48
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:561:5
|
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @Marquee large (background video playsinline loop once):
tests/milo/marquee.block.test.js#L563
4) [milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo › step-3: Verify analytic attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.marquee').first().locator('.con-button.blue.button-xl')
Expected string: "Learn More-1--Heading XL 36 45 Med"
Received string: "Learn More-2--Heading XL 36 45 Med"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.marquee').first().locator('.con-button.blue.button-xl')
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
- locator resolved to <a href="https://adobe.com/" daa-ll="Learn More-2--…>Learn More</a>
- unexpected value "Learn More-2--Heading XL 36 45 Med"
561 | await test.step('step-3: Verify analytic attributes', async () => {
562 | await expect(await marquee.marqueeLargeDark).toHaveAttribute('daa-lh', await webUtil.getBlockDaalh('marquee', 2));
> 563 | await expect(await marquee.blueButtonXL).toHaveAttribute('daa-ll', await webUtil.getLinkDaall(data.blueButtonText, 1, data.h2Text));
| ^
564 | });
565 |
566 | await test.step('step-4: Verify and log if any console errors', async () => {
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:563:48
at /Users/runner/work/nala/nala/tests/milo/marquee.block.test.js:561:5
|
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
5) [milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
96 | await expect(await merchCard.sepcialOffersImage).toBeVisible();
97 |
> 98 | await expect(await merchCard.sepcialOffersTitleH4).toBeVisible();
| ^
99 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
100 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
101 |
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:98:58
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:94:5
|
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
5) [milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
96 | await expect(await merchCard.sepcialOffersImage).toBeVisible();
97 |
> 98 | await expect(await merchCard.sepcialOffersTitleH4).toBeVisible();
| ^
99 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
100 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
101 |
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:98:58
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:94:5
|
Running tests (ubuntu-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.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
28 failed
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › video.block.test.js:141:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
[milo-live-firefox] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[milo-live-firefox] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (
|
🎭 Playwright Run Summary
28 failed
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › video.block.test.js:141:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
[milo-live-firefox] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[milo-live-firefox] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (
|
🎭 Playwright Run Summary
28 failed
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[milo-live-chromium] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[milo-live-chromium] › video.block.test.js:141:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
[milo-live-firefox] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[milo-live-firefox] › marquee.block.test.js:460:7 › Milo Marquee Block test suite › @marquee small (background video playsinline),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › marquee.block.test.js:495:7 › Milo Marquee Block test suite › @marquee large (background video playsinline desktop),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › marquee.block.test.js:535:7 › Milo Marquee Block test suite › @marquee large (background video playsinline loop once),@marquee @marquee-video @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (
|