MWPW-145779: TWP modal not working when open in new tab #10732
run-nala.yml
on: pull_request
Running E2E & IT
4m 57s
Annotations
10 errors, 1 warning, and 1 notice
[milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L25
1) [milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo › step-1: Clear cookies and access "DE" page from "US" region
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${miloLibs}`);
> 25 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
26 | });
27 |
28 | await test.step('step-2: Verify georouting modal and its content', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:25:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:20:9
|
[milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L25
1) [milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo › step-1: Clear cookies and access "DE" page from "US" region
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${miloLibs}`);
> 25 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
26 | });
27 |
28 | await test.step('step-2: Verify georouting modal and its content', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:25:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:20:9
|
[milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L25
1) [milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo › step-1: Clear cookies and access "DE" page from "US" region
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${miloLibs}`);
> 25 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
26 | });
27 |
28 | await test.step('step-2: Verify georouting modal and its content', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:25:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:20:9
|
[milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L130
2) [milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo › step-1: Clear cookies and access given "DE" page
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
128 | await page.waitForLoadState('domcontentloaded');
129 | await expect(page).toHaveURL(`${baseURL}${features[5].path}${miloLibs}`);
> 130 | await modal.geoModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
131 | });
132 |
133 | await test.step('step-2: Close the georouting modal and then check that international cookie is not added', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:130:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:125:9
|
[milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L130
2) [milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo › step-1: Clear cookies and access given "DE" page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
128 | await page.waitForLoadState('domcontentloaded');
129 | await expect(page).toHaveURL(`${baseURL}${features[5].path}${miloLibs}`);
> 130 | await modal.geoModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
131 | });
132 |
133 | await test.step('step-2: Close the georouting modal and then check that international cookie is not added', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:130:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:125:9
|
[milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L130
2) [milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo › step-1: Clear cookies and access given "DE" page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
128 | await page.waitForLoadState('domcontentloaded');
129 | await expect(page).toHaveURL(`${baseURL}${features[5].path}${miloLibs}`);
> 130 | await modal.geoModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
131 | });
132 |
133 | await test.step('step-2: Close the georouting modal and then check that international cookie is not added', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:130:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:125:9
|
[milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L25
3) [milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo › step-1: Clear cookies and access "DE" page from "US" region
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${miloLibs}`);
> 25 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
26 | });
27 |
28 | await test.step('step-2: Verify georouting modal and its content', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:25:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:20:9
|
[milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L25
3) [milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo › step-1: Clear cookies and access "DE" page from "US" region
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${miloLibs}`);
> 25 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
26 | });
27 |
28 | await test.step('step-2: Verify georouting modal and its content', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:25:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:20:9
|
[milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L25
3) [milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo › step-1: Clear cookies and access "DE" page from "US" region
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${miloLibs}`);
> 25 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
26 | });
27 |
28 | await test.step('step-2: Verify georouting modal and its content', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:25:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:20:9
|
[milo-live-firefox] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L130
4) [milo-live-firefox] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo › step-1: Clear cookies and access given "DE" page
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#locale-modal-v2') to be visible
128 | await page.waitForLoadState('domcontentloaded');
129 | await expect(page).toHaveURL(`${baseURL}${features[5].path}${miloLibs}`);
> 130 | await modal.geoModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
131 | });
132 |
133 | await test.step('step-2: Close the georouting modal and then check that international cookie is not added', async () => {
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:130:34
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:125:9
|
Running E2E & IT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
4 failed
[milo-live-chromium] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
[milo-live-chromium] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo
[milo-live-firefox] › georouting.feature.test.js:14:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
[milo-live-firefox] › georouting.feature.test.js:119:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo
5 flaky
[milo-live-chromium] › marquee.block.test.js:103:7 › Milo Marquee Block test suite › @marquee (small,light),@marquee @marquee-small-light @smoke @regression @milo
[milo-live-chromium] › marquee.block.test.js:139:7 › Milo Marquee Block test suite › @marquee (large),@marquee @marquee-large @smoke @regression @milo
[milo-live-chromium] › video.block.test.js:160:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
[milo-live-firefox] › promotions.feature.test.js:12:7 › Promotions feature test suite › @Promo-insert,@Promo @Commerce @regression
[milo-live-firefox] › video.block.test.js:160:7 › Milo Video Block test suite › @mpc Video Autoplay Looping,@video @smoke @regression @milo
26 skipped
321 passed (3.9m)
|