Milo Nala Daily Run #80
Annotations
10 errors, 2 warnings, and 1 notice
tests/milo/video.block.test.js#L159
1) [milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo › step-2: Verify video block content/specs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('iframe').first()
157 | await test.step('step-2: Verify video block content/specs', async () => {
158 | await expect(await video.miloVideo).toBeVisible();
> 159 | await expect(await video.iframe).toBeVisible();
| ^
160 | await expect(await video.youtubePlayButton).toBeVisible();
161 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
162 |
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:159:40
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
tests/milo/video.block.test.js#L159
1) [milo-live-chromium] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo › step-2: Verify video block content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('iframe').first()
157 | await test.step('step-2: Verify video block content/specs', async () => {
158 | await expect(await video.miloVideo).toBeVisible();
> 159 | await expect(await video.iframe).toBeVisible();
| ^
160 | await expect(await video.youtubePlayButton).toBeVisible();
161 | await expect(await video.youtubePlayButton).toHaveAttribute('title', 'Play');
162 |
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:159:40
at /Users/runner/work/nala/nala/tests/milo/video.block.test.js:157:5
|
tests/milo/marketo.block.test.js#L42
2) [milo-live-firefox] › marketo.block.test.js:18: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: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/full"
40 | await page.waitForTimeout(WAIT_TIME);
41 | const redirectedUrl = await page.url();
> 42 | await expect(redirectedUrl).toContain('?submissionid');
| ^
43 | });
44 | });
45 | });
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:42:37
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:39:7
|
tests/milo/marketo.block.test.js#L42
2) [milo-live-firefox] › marketo.block.test.js:18: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: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/full"
40 | await page.waitForTimeout(WAIT_TIME);
41 | const redirectedUrl = await page.url();
> 42 | await expect(redirectedUrl).toContain('?submissionid');
| ^
43 | });
44 | });
45 | });
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:42:37
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:39:7
|
tests/milo/marketo.block.test.js#L74
3) [milo-live-firefox] › marketo.block.test.js:48: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: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/full-with-company-type"
72 | await page.waitForTimeout(WAIT_TIME);
73 | const redirectedUrl = await page.url();
> 74 | await expect(redirectedUrl).toContain('?submissionid');
| ^
75 | });
76 | },
77 | );
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:74:39
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:71:9
|
tests/milo/marketo.block.test.js#L74
3) [milo-live-firefox] › marketo.block.test.js:48: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: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/full-with-company-type"
72 | await page.waitForTimeout(WAIT_TIME);
73 | const redirectedUrl = await page.url();
> 74 | await expect(redirectedUrl).toContain('?submissionid');
| ^
75 | });
76 | },
77 | );
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:74:39
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:71:9
|
tests/milo/marketo.block.test.js#L105
4) [milo-live-firefox] › marketo.block.test.js:81: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: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/expanded"
103 | await page.waitForTimeout(WAIT_TIME);
104 | const redirectedUrl = await page.url();
> 105 | await expect(redirectedUrl).toContain('?submissionid');
| ^
106 | });
107 | });
108 | });
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:105:37
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:102:7
|
tests/milo/marketo.block.test.js#L105
4) [milo-live-firefox] › marketo.block.test.js:81: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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/expanded"
103 | await page.waitForTimeout(WAIT_TIME);
104 | const redirectedUrl = await page.url();
> 105 | await expect(redirectedUrl).toContain('?submissionid');
| ^
106 | });
107 | });
108 | });
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:105:37
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:102:7
|
tests/milo/marketo.block.test.js#L105
5) [milo-live-firefox] › marketo.block.test.js:81:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type › step-4: Verify the form submission redirect
Error: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/expanded-with-company-type"
103 | await page.waitForTimeout(WAIT_TIME);
104 | const redirectedUrl = await page.url();
> 105 | await expect(redirectedUrl).toContain('?submissionid');
| ^
106 | });
107 | });
108 | });
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:105:37
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:102:7
|
tests/milo/marketo.block.test.js#L105
5) [milo-live-firefox] › marketo.block.test.js:81:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type › step-4: Verify the form submission redirect
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "?submissionid"
Received string: "https://main--milo--adobecom.hlx.live/drafts/nala/blocks/marketo/expanded-with-company-type"
103 | await page.waitForTimeout(WAIT_TIME);
104 | const redirectedUrl = await page.url();
> 105 | await expect(redirectedUrl).toContain('?submissionid');
| ^
106 | });
107 | });
108 | });
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:105:37
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:102:7
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@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] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
[milo-live-firefox] › marketo.block.test.js:18:9 › Marketo block test suite › 0: @Marketo full template, @Marketo @marketoFullTemplate @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full
[milo-live-firefox] › marketo.block.test.js:48: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-firefox] › marketo.block.test.js:81:9 › Marketo block test suite › 2: @Marketo expanded template, @Marketo @marketoExpandedTemplate @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded
[milo-live-firefox] › marketo.block.test.js:81: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-firefox] › video.block.test.js:146:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
30 skipped
306 passed (6.6m)
|
The logs for this run have expired and are no longer available.
Loading