[Release] Stage to Main #15825
Annotations
10 errors, 1 warning, and 1 notice
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:248:49
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:245:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:248:49
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:245:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:248:49
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:245:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js#L21
2) [milo-live-webkit] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Error: page.goto: HTTP/2 Error: INTERNAL_ERROR
Call log:
- navigating to "https://business.adobe.com/customer-success-stories/jaguar-land-rover-case-study", waiting until "load"
19 |
20 | const url = envList[env] + path;
> 21 | await page.goto(url);
| ^
22 | await page.waitForLoadState('networkidle');
23 |
24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:21:20
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:16:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js#L21
2) [milo-live-webkit] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: HTTP/2 Error: INTERNAL_ERROR
Call log:
- navigating to "https://business.adobe.com/customer-success-stories/jaguar-land-rover-case-study", waiting until "load"
19 |
20 | const url = envList[env] + path;
> 21 | await page.goto(url);
| ^
22 | await page.waitForLoadState('networkidle');
23 |
24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:21:20
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:16:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js#L21
2) [milo-live-webkit] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn › step-1: Go to test page urls and verify .html
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: HTTP/2 Error: INTERNAL_ERROR
Call log:
- navigating to "https://business.adobe.com/customer-success-stories/jaguar-land-rover-case-study", waiting until "load"
19 |
20 | const url = envList[env] + path;
> 21 | await page.goto(url);
| ^
22 | await page.waitForLoadState('networkidle');
23 |
24 | if (!page.url().match(/@blog/) && (page.url().match(/customer-success-stories/))) {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:21:20
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/htmlextn.feature.test.js:16:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L248
3) [milo-live-webkit] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:248:49
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:245:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L248
3) [milo-live-webkit] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:248:49
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:245:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L248
3) [milo-live-webkit] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:248:49
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js:245:5
|
Run Nala Tests (Consuming Apps):
../../_actions/adobecom/nala/main/tests/milo/promotions.feature.test.js#L1
4) [milo-prod-chrome] › promotions.feature.test.js:157:7 › Promotions feature test suite › @Promo-future,@Promo @Commerce @regression › Validate manifest is on served on the page but inactive
Test timeout of 45000ms exceeded.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Nala Tests (Consuming Apps)
97 failed
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression
[milo-live-webkit] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
[milo-live-webkit] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression
[milo-prod-chrome] › promotions.feature.test.js:157:7 › Promotions feature test suite › @Promo-future,@Promo @Commerce @regression
[milo-prod-chrome] › promotions.feature.test.js:263:7 › Promotions feature test suite › @Promo-preview,@Promo @Commerce @smoke @regression
[milo-prod-firefox] › promotions.feature.test.js:157:7 › Promotions feature test suite › @Promo-future,@Promo @Commerce @regression
[milo-prod-firefox] › promotions.feature.test.js:263:7 › Promotions feature test suite › @Promo-preview,@Promo @Commerce @smoke @regression
[milo-prod-webkit] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
[milo-prod-webkit] › promotions.feature.test.js:157:7 › Promotions feature test suite › @Promo-future,@Promo @Commerce @regression
[milo-prod-webkit] › promotions.feature.test.js:263:7 › Promotions feature test suite › @Promo-preview,@Promo @Commerce @smoke @regression
[milo-live-firefox-visual] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression
[milo-live-webkit-visual] › htmlextn.feature.test.js:8:7 › Milo Html Extension feature test suite › @html Extn for bcom,@htmlextn
[milo-live-webkit-visual] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression
[milo-live-android-visual] › actionitem.block.test.js:15:7 › Milo Action-Item block test suite › 0: @action-item (small), @action-item @smoke @regression @milo
[milo-live-android-visual] › actionitem.block.test.js:36:7 › Milo Action-Item block test suite › 1: @action-item (medium), @action-item @smoke @regression @milo
[milo-live-android-visual] › actionitem.block.test.js:57:7 › Milo Action-Item block test suite › 2: @action-item (large), @action-item @smoke @regression @milo
[milo-live-android-visual] › breadcrumbs.block.test.js:12:7 › Breadcrumbs Component Test Suite › @FEDS-Breadcrumbs-With-Base, @milo @feds @breadcrumbs @smoke @regression
[milo-live-android-visual] › breadcrumbs.block.test.js:36:7 › Breadcrumbs Component Test Suite › @FEDS-Breadcrumbs-From-Document, @milo @feds @breadcrumbs @smoke @regression
[milo-live-android-visual] › breadcrumbs.block.test.js:60:7 › Breadcrumbs Component Test Suite › @FEDS-Breadcrumbs-Hidden-Links, @milo @feds @breadcrumbs @smoke @regression
[milo-live-android-visual] › breadcrumbs.block.test.js:84:7 › Breadcrumbs Component Test Suite › @FEDS-Breadcrumbs-No-Hidden-Links, @milo @feds @breadcrumbs @smoke @regression
[milo-live-android-visual] › carousel.block.test.js:87:7 › Milo Carousel Block test suite › @carousel Multi slide(show-2),@carousel @carousel-container @regression @milo
[milo-live-android-visual] › chart.block.test.js:59:7 › Milo Chart feature test suite › @Chart (column, border),@Chart @smoke @regression @milo
[milo-live-android-visual] › chart.block.test.js:118:7 › Milo Chart feature test suite › @Chart (line, border),@Chart @smoke @regression @milo
[milo-live-android-visual] › chart.block.test.js:173:9 › Milo Chart feature test suite › @Chart (pie, border),@Chart @smoke @regression @milo
[milo-live-android-visual] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
[milo-live-android-visual] › howto.block.test.js:18:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
[milo-live-android-visual] › icon.block.test.js:29:
|
Loading