Skip to content

MWPW-138882: Commerce v3 Merch Card #6706

MWPW-138882: Commerce v3 Merch Card

MWPW-138882: Commerce v3 Merch Card #6706

Triggered via pull request November 15, 2023 22:38
Status Success
Total duration 4m 1s
Artifacts

run-nala.yml

on: pull_request
Running E2E & IT
3m 51s
Running E2E & IT
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment): ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L28
1) [milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment),@merch-card @smoke @regression @milo › step-2: Verify Merch Card content/specs Error: Timed out 5000ms waiting for expect(received).toContainText(expected) Expected string: "Individuals" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.merch-card.segment').first().locator('.consonant-SegmentBlade-title').first() 26 | await test.step('step-2: Verify Merch Card content/specs', async () => { 27 | await expect(await merchCard.segment).toBeVisible(); > 28 | await expect(await merchCard.segmentTitle).toContainText(data.title); | ^ 29 | 30 | //await expect(await merchCard.price).toContainText(data.price); 31 | //await expect(await merchCard.strikethroughPrice).toContainText(data.strikethroughPrice); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:28:50 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:26:5
[milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment): ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L28
1) [milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment),@merch-card @smoke @regression @milo › step-2: Verify Merch Card content/specs Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toContainText(expected) Expected string: "Individuals" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.merch-card.segment').first().locator('.consonant-SegmentBlade-title').first() 26 | await test.step('step-2: Verify Merch Card content/specs', async () => { 27 | await expect(await merchCard.segment).toBeVisible(); > 28 | await expect(await merchCard.segmentTitle).toContainText(data.title); | ^ 29 | 30 | //await expect(await merchCard.price).toContainText(data.price); 31 | //await expect(await merchCard.strikethroughPrice).toContainText(data.strikethroughPrice); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:28:50 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:26:5
[milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment): ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L28
1) [milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment),@merch-card @smoke @regression @milo › step-2: Verify Merch Card content/specs Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toContainText(expected) Expected string: "Individuals" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.merch-card.segment').first().locator('.consonant-SegmentBlade-title').first() 26 | await test.step('step-2: Verify Merch Card content/specs', async () => { 27 | await expect(await merchCard.segment).toBeVisible(); > 28 | await expect(await merchCard.segmentTitle).toContainText(data.title); | ^ 29 | 30 | //await expect(await merchCard.price).toContainText(data.price); 31 | //await expect(await merchCard.strikethroughPrice).toContainText(data.strikethroughPrice); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:28:50 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:26:5
[milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge: ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L60
2) [milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge,@merch-card @smoke @regression @milo › step-2: Verify Merch Card with Badge content/specs Error: Timed out 5000ms waiting for expect(received).toContainText(expected) Expected string: "Individuals" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.merch-card.segment').first().locator('.consonant-SegmentBlade-title').first() 58 | await test.step('step-2: Verify Merch Card with Badge content/specs', async () => { 59 | await expect(await merchCard.segment).toBeVisible(); > 60 | await expect(await merchCard.segmentTitle).toContainText(data.title); | ^ 61 | 62 | await expect(await merchCard.segmentRibbon).toBeVisible(); 63 | await expect(await merchCard.segmentRibbon).toContainText(data.badgeText); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:60:50 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:58:5
[milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge: ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L60
2) [milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge,@merch-card @smoke @regression @milo › step-2: Verify Merch Card with Badge content/specs Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toContainText(expected) Expected string: "Individuals" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.merch-card.segment').first().locator('.consonant-SegmentBlade-title').first() 58 | await test.step('step-2: Verify Merch Card with Badge content/specs', async () => { 59 | await expect(await merchCard.segment).toBeVisible(); > 60 | await expect(await merchCard.segmentTitle).toContainText(data.title); | ^ 61 | 62 | await expect(await merchCard.segmentRibbon).toBeVisible(); 63 | await expect(await merchCard.segmentRibbon).toContainText(data.badgeText); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:60:50 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:58:5
[milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge: ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L60
2) [milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge,@merch-card @smoke @regression @milo › step-2: Verify Merch Card with Badge content/specs Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toContainText(expected) Expected string: "Individuals" Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.merch-card.segment').first().locator('.consonant-SegmentBlade-title').first() 58 | await test.step('step-2: Verify Merch Card with Badge content/specs', async () => { 59 | await expect(await merchCard.segment).toBeVisible(); > 60 | await expect(await merchCard.segmentTitle).toContainText(data.title); | ^ 61 | 62 | await expect(await merchCard.segmentRibbon).toBeVisible(); 63 | await expect(await merchCard.segmentRibbon).toContainText(data.badgeText); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:60:50 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:58:5
[milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature test suite › @Merch-card (special-offers) : ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L99
3) [milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature 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(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.merch-card.special-offers').first().locator('.consonant-SpecialOffers-img') 97 | await test.step('step-2: Verify Merch Card special offers content/specs', async () => { 98 | await expect(await merchCard.sepcialOffers).toBeVisible(); > 99 | await expect(await merchCard.sepcialOffersImage).toBeVisible(); | ^ 100 | 101 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4); 102 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:99:56 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:97:5
[milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature test suite › @Merch-card (special-offers) : ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L99
3) [milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature 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(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.merch-card.special-offers').first().locator('.consonant-SpecialOffers-img') 97 | await test.step('step-2: Verify Merch Card special offers content/specs', async () => { 98 | await expect(await merchCard.sepcialOffers).toBeVisible(); > 99 | await expect(await merchCard.sepcialOffersImage).toBeVisible(); | ^ 100 | 101 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4); 102 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:99:56 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:97:5
[milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature test suite › @Merch-card (special-offers) : ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L99
3) [milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature 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 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.merch-card.special-offers').first().locator('.consonant-SpecialOffers-img') 97 | await test.step('step-2: Verify Merch Card special offers content/specs', async () => { 98 | await expect(await merchCard.sepcialOffers).toBeVisible(); > 99 | await expect(await merchCard.sepcialOffersImage).toBeVisible(); | ^ 100 | 101 | await expect(await merchCard.sepcialOffersTitleH4).toContainText(data.titleH4); 102 | await expect(await merchCard.sepcialOffersTitleH3).toContainText(data.titleH3); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:99:56 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:97:5
[milo-live-chromium] › merchcard.block.test.js:114:7 › Milo Modal feature test suite › @Merch-card (special-offers) with badge: ../../_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js#L126
4) [milo-live-chromium] › merchcard.block.test.js:114:7 › Milo Modal feature 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(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.merch-card.special-offers').first().locator('.consonant-SpecialOffers-img') 124 | await test.step('step-2: Verify Merch Card special offers content/specs', async () => { 125 | await expect(await merchCard.sepcialOffers).toBeVisible(); > 126 | await expect(await merchCard.sepcialOffersImage).toBeVisible(); | ^ 127 | 128 | await expect(await merchCard.sepcialOffersRibbon).toBeVisible(); 129 | await expect(await merchCard.sepcialOffersRibbon).toContainText(data.badgeText); at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:126:56 at /home/runner/work/_actions/adobecom/nala/main/tests/milo/merchcard.block.test.js:124:5
🎭 Playwright Run Summary
16 failed [milo-live-chromium] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment),@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge,@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:87:7 › Milo Modal feature test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:114:7 › Milo Modal feature test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:152:7 › Milo Modal feature test suite › @Merch-card (plans),@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:181:7 › Milo Modal feature test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:213:7 › Milo Modal feature test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo [milo-live-chromium] › merchcard.block.test.js:259:7 › Milo Modal feature test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:16:7 › Milo Modal feature test suite › @Merch-card (Segment),@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:48:7 › Milo Modal feature test suite › @Merch-card (Segment) with Badge,@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:87:7 › Milo Modal feature test suite › @Merch-card (special-offers) ,@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:114:7 › Milo Modal feature test suite › @Merch-card (special-offers) with badge,@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:152:7 › Milo Modal feature test suite › @Merch-card (plans),@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:181:7 › Milo Modal feature test suite › @Merch-card (plans) with badge,@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:213:7 › Milo Modal feature test suite › @Merch-card (plans, secure),@merch-card @smoke @regression @milo [milo-live-firefox] › merchcard.block.test.js:259:7 › Milo Modal feature test suite › @Merch-card (plans, secure) with badge,@merch-card @smoke @regression @milo 32 skipped 232 passed (3.1m)