Bacom Nala Daily Run #288
Annotations
23 errors, 4 warnings, and 4 notices
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
1) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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
|
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
1) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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
|
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
1) [bacom-live-chrome] › milo/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms 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 10000ms
- 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
|
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge:
tests/milo/merchcard.block.test.js#L130
2) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:130:58
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:122:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge:
tests/milo/merchcard.block.test.js#L130
2) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:130:58
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:122:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge:
tests/milo/merchcard.block.test.js#L130
2) [bacom-live-chrome] › milo/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:130:58
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:122:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans):
tests/milo/merchcard.block.test.js#L167
3) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:167:54
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:162:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans):
tests/milo/merchcard.block.test.js#L167
3) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:167:54
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:162:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans):
tests/milo/merchcard.block.test.js#L167
3) [bacom-live-chrome] › milo/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:167:54
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:162:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge:
tests/milo/merchcard.block.test.js#L199
4) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:199:54
at /home/runner/work/nala/nala/tests/milo/merchcard.block.test.js:191:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
1) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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
|
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
1) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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
|
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) :
tests/milo/merchcard.block.test.js#L98
1) [bacom-live-chrome] › milo/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms 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 10000ms
- 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
|
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge:
tests/milo/merchcard.block.test.js#L130
2) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:130:58
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:122:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge:
tests/milo/merchcard.block.test.js#L130
2) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:130:58
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:122:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge:
tests/milo/merchcard.block.test.js#L130
2) [bacom-live-chrome] › milo/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:130:58
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:122:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans):
tests/milo/merchcard.block.test.js#L167
3) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:167:54
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:162:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans):
tests/milo/merchcard.block.test.js#L167
3) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:167:54
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:162:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans):
tests/milo/merchcard.block.test.js#L167
3) [bacom-live-chrome] › milo/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:167:54
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:162:5
|
[bacom-live-chrome] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge:
tests/milo/merchcard.block.test.js#L199
4) [bacom-live-chrome] › milo/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 10000ms 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 10000ms
- 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 /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:199:54
at /Users/runner/work/nala/nala/tests/milo/merchcard.block.test.js:191:5
|
[bacom-live-webkit] › bacom/features/dynamic-nav.test.js:13:7 › Dynamic Navigation Test Suite › 1: Checking the navs going from an entry to an on page:
tests/bacom/features/dynamic-nav.test.js#L70
1) [bacom-live-webkit] › bacom/features/dynamic-nav.test.js:13:7 › Dynamic Navigation Test Suite › 1: Checking the navs going from an entry to an on page, @dynamic-nav @bacom @smoke @regression @bacomSmoke, path: /drafts/nala/features/dynamic-navigation/entry › 4. Check that the expected nav displays and breadcrumbs do not
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 0
+ Received + 14
@@ -6,7 +6,21 @@
pricing
resources
additional products
get started
dynamic nav
+ additional info: displayed in green, this status appears when a user is on an entry page or a page with the dynamic nav enabled, indicating that the nav is fully functioning.
+
+ status: active
+
+ setting: entry
+
+ consumer key: bacom
+
+ authored and stored source match: true
+
+ authored nav source: /gnav/localnav-rtcdp
+
+ stored nav source: /gnav/localnav-rtcdp
+
sign in
↵
Call Log:
- Test timeout of 45000ms exceeded
68 | await expect(onNavAfterEntry).not.toBe(onNav);
69 | await expect(header.breadcrumbContainer).not.toBeVisible();
> 70 | }).toPass();
| ^
71 | });
72 | });
73 |
at /Users/runner/work/nala/nala/tests/bacom/features/dynamic-nav.test.js:70:10
at /Users/runner/work/nala/nala/tests/bacom/features/dynamic-nav.test.js:56:5
|
[bacom-live-webkit] › bacom/features/dynamic-nav.test.js:13:7 › Dynamic Navigation Test Suite › 1: Checking the navs going from an entry to an on page:
tests/bacom/features/dynamic-nav.test.js#L70
1) [bacom-live-webkit] › bacom/features/dynamic-nav.test.js:13:7 › Dynamic Navigation Test Suite › 1: Checking the navs going from an entry to an on page, @dynamic-nav @bacom @smoke @regression @bacomSmoke, path: /drafts/nala/features/dynamic-navigation/entry › 4. Check that the expected nav displays and breadcrumbs do not
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 0
+ Received + 14
@@ -6,7 +6,21 @@
pricing
resources
additional products
get started
dynamic nav
+ additional info: displayed in green, this status appears when a user is on an entry page or a page with the dynamic nav enabled, indicating that the nav is fully functioning.
+
+ status: active
+
+ setting: entry
+
+ consumer key: bacom
+
+ authored and stored source match: true
+
+ authored nav source: /gnav/localnav-rtcdp
+
+ stored nav source: /gnav/localnav-rtcdp
+
sign in
↵
Call Log:
- Test timeout of 45000ms exceeded
68 | await expect(onNavAfterEntry).not.toBe(onNav);
69 | await expect(header.breadcrumbContainer).not.toBeVisible();
> 70 | }).toPass();
| ^
71 | });
72 | });
73 |
at /Users/runner/work/nala/nala/tests/bacom/features/dynamic-nav.test.js:70:10
at /Users/runner/work/nala/nala/tests/bacom/features/dynamic-nav.test.js:56:5
|
[bacom-live-webkit] › bacom/features/dynamic-nav.test.js:74:7 › Dynamic Navigation Test Suite › 2: Checking the navs going from an entry to an off page:
tests/bacom/features/dynamic-nav.test.js#L132
2) [bacom-live-webkit] › bacom/features/dynamic-nav.test.js:74:7 › Dynamic Navigation Test Suite › 2: Checking the navs going from an entry to an off page, @dynamic-nav @bacom @smoke @regression @bacomSmoke, path: /drafts/nala/features/dynamic-navigation/entry › 4. Check that the expected nav and breadcrumb displays.
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 18
+ Received + 0
@@ -4,25 +4,7 @@
resources
support
company
get started
dynamic nav
- additional info: displayed in red, this status indicates that the dynamic nav is either not configured or has been disabled.
-
- status: inactive
-
- setting: on
-
- consumer key: bacom
-
- authored and stored source match: true
-
- authored nav source:
-
- stored nav source:
-
- disable values
- key value match?
- primaryproductname commerce cloud yes
- caas:content-type summary no
sign in
↵
130 | }).toPass();
131 |
> 132 | await expect(offNavAfterEntry).toBe(offNav);
| ^
133 | await expect(entryNav).not.toBe(offNavAfterEntry);
134 |
135 | // TODO: Uncomment the following line when the bug is fixed.
at /Users/runner/work/nala/nala/tests/bacom/features/dynamic-nav.test.js:132:38
at /Users/runner/work/nala/nala/tests/bacom/features/dynamic-nav.test.js:117:5
|
Running tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
162 skipped
15 passed (20.2s)
|
🎭 Playwright Run Summary
27 failed
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:277:7 › Milo Me
|
🎭 Playwright Run Summary
27 failed
[bacom-live-chrome] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[bacom-live-chrome] › milo/merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:277:7 › Milo Merchcard block test suite › @Merch-card (catalog),@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:309:7 › Milo Merchcard block test suite › @Merch-card (catalog) with badge,@merch-card @smoke @regression @milo
[bacom-live-firefox] › milo/merchcard.block.test.js:346:7 › Milo Merchcard block test suite › @Merch-card (catalog) with more info and badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:84:7 › Milo Merchcard block test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:112:7 › Milo Merchcard block test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:152:7 › Milo Merchcard block test suite › @Merch-card (plans),@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:181:7 › Milo Merchcard block test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:213:7 › Milo Merchcard block test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:244:7 › Milo Merchcard block test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo
[bacom-live-webkit] › milo/merchcard.block.test.js:277:7 › Milo Me
|
🎭 Playwright Run Summary
2 flaky
[bacom-live-webkit] › bacom/features/dynamic-nav.test.js:13:7 › Dynamic Navigation Test Suite › 1: Checking the navs going from an entry to an on page, @dynamic-nav @bacom @smoke @regression @bacomSmoke, path: /drafts/nala/features/dynamic-navigation/entry
[bacom-live-webkit] › bacom/features/dynamic-nav.test.js:74:7 › Dynamic Navigation Test Suite › 2: Checking the navs going from an entry to an off page, @dynamic-nav @bacom @smoke @regression @bacomSmoke, path: /drafts/nala/features/dynamic-navigation/entry
162 skipped
13 passed (2.1m)
|