.github/workflows/daily.yml #304
Annotations
10 errors and 3 notices
[firefox] › htmlextn.feature.test.js:19:9 › HTML Extension test suite › @Html Extn @bacom_prod @htmlextn on https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study:
tests\milo\htmlextn.feature.test.js#L1
1) [firefox] › htmlextn.feature.test.js:19:9 › HTML Extension test suite › @html Extn @bacom_prod @htmlextn on https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal:
tests\milo\georouting.feature.test.js#L22
2) [webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('#locale-modal-v2') to be visible
============================================================
20 | await page.waitForLoadState('domcontentloaded');
21 | await expect(page).toHaveURL(`${baseURL}${features[0].path}`);
> 22 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
23 | });
24 |
25 | await test.step('step-2: Verify georouting modal and its content', async () => {
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:22:34
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:17:9
|
[webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal:
tests\milo\georouting.feature.test.js#L22
2) [webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('#locale-modal-v2') to be visible
============================================================
20 | await page.waitForLoadState('domcontentloaded');
21 | await expect(page).toHaveURL(`${baseURL}${features[0].path}`);
> 22 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
23 | });
24 |
25 | await test.step('step-2: Verify georouting modal and its content', async () => {
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:22:34
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:17:9
|
[webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal:
tests\milo\georouting.feature.test.js#L22
2) [webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('#locale-modal-v2') to be visible
============================================================
20 | await page.waitForLoadState('domcontentloaded');
21 | await expect(page).toHaveURL(`${baseURL}${features[0].path}`);
> 22 | await modal.geoModal.waitFor({ state: 'visible', timeout: 30000 });
| ^
23 | });
24 |
25 | await test.step('step-2: Verify georouting modal and its content', async () => {
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:22:34
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:17:9
|
[firefox] › georouting.feature.test.js:59:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests\milo\georouting.feature.test.js#L73
3) [firefox] › georouting.feature.test.js:59:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.dialog-modal') to be visible
============================================================
71 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
72 | await modal.changeRegionLink.click();
> 73 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
74 | await modal.deLink.click();
75 | });
76 |
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:73:43
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:71:9
|
[firefox] › georouting.feature.test.js:59:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests\milo\georouting.feature.test.js#L73
3) [firefox] › georouting.feature.test.js:59:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.dialog-modal') to be visible
============================================================
71 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
72 | await modal.changeRegionLink.click();
> 73 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
| ^
74 | await modal.deLink.click();
75 | });
76 |
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:73:43
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:71:9
|
[firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @Marquee (small):
tests\milo\marquee.block.test.js#L1
4) [firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @marquee (small),@marquee, @marquee-small, @smoke, @regression @milo
Test timeout of 30000ms exceeded.
|
[firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @Marquee (small):
tests\milo\marquee.block.test.js#L35
4) [firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @marquee (small),@marquee, @marquee-small, @smoke, @regression @milo
Error: Timed out 5000ms waiting for expect(received).toHaveURL(expected)
Expected string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marquee/marquee-small"
Received string: ""
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
33 | await page.goto(`${baseURL}${features[1].path}`);
34 | await page.waitForLoadState('domcontentloaded');
> 35 | await expect(page).toHaveURL(`${baseURL}${features[1].path}`);
| ^
36 | });
37 |
38 | await test.step('step-2: Verify Marquee (small) and its content are visibility', async () => {
at D:\a\nala\nala\tests\milo\marquee.block.test.js:35:26
at D:\a\nala\nala\tests\milo\marquee.block.test.js:32:5
|
[firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @Marquee (small):
tests\milo\marquee.block.test.js#L1
4) [firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @marquee (small),@marquee, @marquee-small, @smoke, @regression @milo
Pending operations:
- expect.toHaveURL at tests\milo\marquee.block.test.js:35:26
|
Running tests (windows-latest)
Process completed with exit code 1.
|
🎭 Playwright Run Summary
49 skipped
179 passed (2.2m)
|
🎭 Playwright Run Summary
49 skipped
179 passed (2.9m)
|
🎭 Playwright Run Summary
2 failed
[firefox] › htmlextn.feature.test.js:19:9 › HTML Extension test suite › @html Extn @bacom_prod @htmlextn on https://business.adobe.com/jp/customer-success-stories/adobe-experience-cloud-case-study
[webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
2 flaky
[firefox] › georouting.feature.test.js:59:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
[firefox] › marquee.block.test.js:29:7 › Milo Marquee Block test suite › @marquee (small),@marquee, @marquee-small, @smoke, @regression @milo
48 skipped
176 passed (6.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nala-results
Expired
|
46.1 KB |
|