MWPW-154562 Fix resource form margins #13643
Annotations
10 errors, 1 warning, and 1 notice
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L1
1) [milo-live-chromium] › marketo.block.test.js:16:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect
Test timeout of 60000ms exceeded.
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L38
1) [milo-live-chromium] › marketo.block.test.js:16:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/?submissionid**" until "load"
============================================================
36 |
37 | await test.step('step-4: Verify the form submission redirect', async () => {
> 38 | await page.waitForURL('**/?submissionid**');
| ^
39 | const redirectedUrl = await page.url();
40 | await expect(redirectedUrl).not.toBe(testPage);
41 | });
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:38:20
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:37:18
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L1
1) [milo-live-chromium] › marketo.block.test.js:16:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L38
1) [milo-live-chromium] › marketo.block.test.js:16:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/?submissionid**" until "load"
============================================================
36 |
37 | await test.step('step-4: Verify the form submission redirect', async () => {
> 38 | await page.waitForURL('**/?submissionid**');
| ^
39 | const redirectedUrl = await page.url();
40 | await expect(redirectedUrl).not.toBe(testPage);
41 | });
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:38:20
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:37:18
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:46:9 › Marketo block test suite › 1: @Marketo full template with company type, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-with-company-type › step-4: Verify the form submission redirect
Test timeout of 60000ms exceeded.
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L70
2) [milo-live-chromium] › marketo.block.test.js:46:9 › Marketo block test suite › 1: @Marketo full template with company type, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-with-company-type › step-4: Verify the form submission redirect
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/?submissionid**" until "load"
============================================================
68 |
69 | await test.step('step-4: Verify the form submission redirect', async () => {
> 70 | await page.waitForURL('**/?submissionid**');
| ^
71 | const redirectedUrl = await page.url();
72 | await expect(redirectedUrl).not.toBe(testPage);
73 | });
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:70:22
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:69:20
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:46:9 › Marketo block test suite › 1: @Marketo full template with company type, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-with-company-type › step-4: Verify the form submission redirect
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L70
2) [milo-live-chromium] › marketo.block.test.js:46:9 › Marketo block test suite › 1: @Marketo full template with company type, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-with-company-type › step-4: Verify the form submission redirect
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/?submissionid**" until "load"
============================================================
68 |
69 | await test.step('step-4: Verify the form submission redirect', async () => {
> 70 | await page.waitForURL('**/?submissionid**');
| ^
71 | const redirectedUrl = await page.url();
72 | await expect(redirectedUrl).not.toBe(testPage);
73 | });
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:70:22
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:69:20
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L1
3) [milo-live-chromium] › marketo.block.test.js:79:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded › step-4: Verify the form submission redirect
Test timeout of 60000ms exceeded.
|
../../_actions/adobecom/nala/main/tests/milo/marketo.block.test.js#L101
3) [milo-live-chromium] › marketo.block.test.js:79:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded › step-4: Verify the form submission redirect
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/?submissionid**" until "load"
============================================================
99 |
100 | await test.step('step-4: Verify the form submission redirect', async () => {
> 101 | await page.waitForURL('**/?submissionid**');
| ^
102 | const redirectedUrl = await page.url();
103 | await expect(redirectedUrl).not.toBe(testPage);
104 | });
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:101:20
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/marketo.block.test.js:100:18
|
The following actions uses Node.js version which is deprecated 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/
|
6 failed
[milo-live-chromium] › marketo.block.test.js:16:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full
[milo-live-chromium] › marketo.block.test.js:46:9 › Marketo block test suite › 1: @Marketo full template with company type, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-with-company-type
[milo-live-chromium] › marketo.block.test.js:79:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded
[milo-live-chromium] › marketo.block.test.js:79:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type
[milo-live-chromium] › marketo.block.test.js:109:9 › Marketo block test suite › 3: @Marketo essential template, @Marketo @marketoEssentialTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential
[milo-live-chromium] › marketo.block.test.js:109:9 › Marketo block test suite › 3: @Marketo essential template, @Marketo @marketoEssentialTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential-with-company-type
18 skipped
6 passed (4.1m)
|
This job failed
Loading