Milo Nala Daily Run #343
Annotations
10 errors, 2 warnings, and 1 notice
Run Nala windows-latest:
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"
- 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
|
Run Nala windows-latest:
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
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L98
2) [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
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L98
2) [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
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L130
3) [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 › step-2: Verify Merch Card special offers content/specs
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected string: "INDIVIDUALS"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
128 |
129 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
> 130 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
| ^
131 |
132 | await expect(await merchCard.sepcialOffersDescription1).toContainText(data.description);
133 | await expect(await merchCard.seeTermsTextLink).toContainText(data.link1Text);
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:130:58
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:122:5
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L130
3) [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 › step-2: Verify Merch Card special offers content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
Expected string: "INDIVIDUALS"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.merch-card.special-offers').first().locator('h4[slot="detail-m"]').first()
128 |
129 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3);
> 130 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4);
| ^
131 |
132 | await expect(await merchCard.sepcialOffersDescription1).toContainText(data.description);
133 | await expect(await merchCard.seeTermsTextLink).toContainText(data.link1Text);
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:130:58
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:122:5
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L167
4) [milo-live-chromium] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.merch-card.plans').first().locator('h5[slot="body-xxs"]')
Expected string: "Desktop"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.merch-card.plans').first().locator('h5[slot="body-xxs"]')
165 |
166 | await expect(await merchCard.plansCardTitleH3).toContainText(data.titleH3);
> 167 | await expect(await merchCard.plansCardTitleH5).toContainText(data.titleH5);
| ^
168 |
169 | // await expect(await merchCard.price).toContainText(data.price);
170 | await expect(await merchCard.plansCardDescription1).toContainText(data.description);
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:167:54
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:162:5
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L167
4) [milo-live-chromium] › merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.merch-card.plans').first().locator('h5[slot="body-xxs"]')
Expected string: "Desktop"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.merch-card.plans').first().locator('h5[slot="body-xxs"]')
165 |
166 | await expect(await merchCard.plansCardTitleH3).toContainText(data.titleH3);
> 167 | await expect(await merchCard.plansCardTitleH5).toContainText(data.titleH5);
| ^
168 |
169 | // await expect(await merchCard.price).toContainText(data.price);
170 | await expect(await merchCard.plansCardDescription1).toContainText(data.description);
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:167:54
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:162:5
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L199
5) [milo-live-chromium] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.merch-card.plans').first().locator('h4[slot="body-xxs"]')
Expected string: "Desktop"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.merch-card.plans').first().locator('h4[slot="body-xxs"]')
197 |
198 | await expect(await merchCard.plansCardTitleH3).toContainText(data.titleH3);
> 199 | await expect(await merchCard.plansCardTitleH4).toContainText(data.titleH4);
| ^
200 |
201 | // await expect(await merchCard.price).toContainText(data.price);
202 | await expect(await merchCard.plansCardDescription2).toContainText(data.description);
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:199:54
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:191:5
|
Run Nala windows-latest:
tests\milo\merchcard.block.test.js#L199
5) [milo-live-chromium] › merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo › step-2: Verify Merch Card special offers content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.merch-card.plans').first().locator('h4[slot="body-xxs"]')
Expected string: "Desktop"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.merch-card.plans').first().locator('h4[slot="body-xxs"]')
197 |
198 | await expect(await merchCard.plansCardTitleH3).toContainText(data.titleH3);
> 199 | await expect(await merchCard.plansCardTitleH4).toContainText(data.titleH4);
| ^
200 |
201 | // await expect(await merchCard.price).toContainText(data.price);
202 | await expect(await merchCard.plansCardDescription2).toContainText(data.description);
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:199:54
at D:\a\nala\nala\tests\milo\merchcard.block.test.js:191:5
|
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/
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala windows-latest
20 failed
[milo-live-chromium] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[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-firefox] › commerce.feature.test.js:389:7 › Commerce feature test suite › @Commerce-GB, @Commerce @smoke @regression
[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 (catalog),@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[milo-live-firefox] › merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
1 flaky
[milo-live-firefox] › marketo.block.test.js:86:9 › Marketo block test suite › 2: @Marketo expanded template (redirect), @Marketo @marketoExpandedRedirect @marketoRedirect @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type
25 skipped
324 passed (5.8m)
|
Loading