Skip to content

Milo Nala Daily Run #315

Milo Nala Daily Run

Milo Nala Daily Run #315

Triggered via schedule October 21, 2024 16:10
Status Failure
Total duration 7m 34s
Artifacts

milo.daily.yml

on: schedule
Matrix: Running tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 6 warnings, and 3 notices
[milo-live-firefox] › marketo.block.test.js:119:9 › Marketo block test suite › 3: @marketo essential template (redirect): tests/milo/marketo.block.test.js#L1
1) [milo-live-firefox] › marketo.block.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential › step-4: Verify the form submission redirect Test timeout of 30000ms exceeded.
[milo-live-firefox] › marketo.block.test.js:119:9 › Marketo block test suite › 3: @marketo essential template (redirect): tests/milo/marketo.block.test.js#L146
1) [milo-live-firefox] › marketo.block.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential › step-4: Verify the form submission redirect Error: locator.waitFor: Target page, context or browser has been closed Call Log: - Test timeout of 30000ms exceeded 144 | const redirectedUrl = await page.url(); 145 | await expect(redirectedUrl).toContain('?submissionid'); > 146 | }).toPass(); | ^ 147 | }); 148 | }); 149 | }); at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:146:12 at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:141:18
[milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @marketo full template (message) with company type: tests\milo\marketo.block.test.js#L203
1) [milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @Marketo full template (message) with company type, @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message-with-company-type Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: locator('.marketo').locator('input[name="Email"]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('.marketo').locator('input[name="Email"]') 201 | await page.waitForLoadState('domcontentloaded'); 202 | await expect(page.url()).toBe(testPage); > 203 | await expect(marketoBlock.email).toBeVisible({ timeout: 10000 }); | ^ 204 | }); 205 | 206 | await test.step('step-2: check the input field placeholders', async () => { at D:\a\nala\nala\tests\milo\marketo.block.test.js:203:42 at D:\a\nala\nala\tests\milo\marketo.block.test.js:199:7
[milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @marketo full template (message) with company type: tests\milo\marketo.block.test.js#L1
1) [milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @Marketo full template (message) with company type, @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message-with-company-type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @marketo full template (message) with company type: tests\milo\marketo.block.test.js#L218
1) [milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @Marketo full template (message) with company type, @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message-with-company-type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('.marketo').locator('.ty-message') Expected: attached Received: detached Call log: - expect.toBeAttached with timeout 5000ms - waiting for locator('.marketo').locator('.ty-message') Call Log: - Test timeout of 30000ms exceeded 216 | await expect(marketoBlock.message).toBeAttached(); 217 | await expect(page.url()).toBe(testPage); > 218 | }).toPass(); | ^ 219 | 220 | const elements = await marketoBlock.formElements(); 221 | at D:\a\nala\nala\tests\milo\marketo.block.test.js:218:12 at D:\a\nala\nala\tests\milo\marketo.block.test.js:214:18
[milo-live-firefox] › marketo.block.test.js:20:9 › Marketo block test suite › 0: @marketo full template (redirect): tests\milo\marketo.block.test.js#L1
2) [milo-live-firefox] › marketo.block.test.js:20:9 › Marketo block test suite › 0: @Marketo full template (redirect), @Marketo @marketoFullRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect Test timeout of 30000ms exceeded.
[milo-live-firefox] › marketo.block.test.js:20:9 › Marketo block test suite › 0: @marketo full template (redirect): tests\milo\marketo.block.test.js#L47
2) [milo-live-firefox] › marketo.block.test.js:20:9 › Marketo block test suite › 0: @Marketo full template (redirect), @Marketo @marketoFullRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full › step-4: Verify the form submission redirect Error: locator.waitFor: Target page, context or browser has been closed Call Log: - Test timeout of 30000ms exceeded 45 | const redirectedUrl = await page.url(); 46 | await expect(redirectedUrl).toContain('?submissionid'); > 47 | }).toPass(); | ^ 48 | }); 49 | }); 50 | }); at D:\a\nala\nala\tests\milo\marketo.block.test.js:47:12 at D:\a\nala\nala\tests\milo\marketo.block.test.js:42:18
[milo-live-firefox] › marketo.block.test.js:86:9 › Marketo block test suite › 2: @marketo expanded template (redirect): tests\milo\marketo.block.test.js#L1
3) [milo-live-firefox] › marketo.block.test.js:86:9 › Marketo block test suite › 2: @Marketo expanded template (redirect), @Marketo @marketoExpandedRedirect @marketoRedirect @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type › step-4: Verify the form submission redirect Test timeout of 30000ms exceeded.
[milo-live-firefox] › marketo.block.test.js:86:9 › Marketo block test suite › 2: @marketo expanded template (redirect): tests\milo\marketo.block.test.js#L113
3) [milo-live-firefox] › marketo.block.test.js:86:9 › Marketo block test suite › 2: @Marketo expanded template (redirect), @Marketo @marketoExpandedRedirect @marketoRedirect @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type › step-4: Verify the form submission redirect Error: locator.waitFor: Target page, context or browser has been closed Call Log: - Test timeout of 30000ms exceeded 111 | const redirectedUrl = await page.url(); 112 | await expect(redirectedUrl).toContain('?submissionid'); > 113 | }).toPass(); | ^ 114 | }); 115 | }); 116 | }); at D:\a\nala\nala\tests\milo\marketo.block.test.js:113:12 at D:\a\nala\nala\tests\milo\marketo.block.test.js:108:18
[milo-live-firefox] › marketo.block.test.js:152:9 › Marketo block test suite › 4: @marketo full template (message): tests\milo\marketo.block.test.js#L1
4) [milo-live-firefox] › marketo.block.test.js:152:9 › Marketo block test suite › 4: @Marketo full template (message), @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message › step-4: Verify that the form message displays after form submission. Test timeout of 30000ms exceeded.
[milo-live-firefox] › marketo.block.test.js:152:9 › Marketo block test suite › 4: @marketo full template (message): tests\milo\marketo.block.test.js#L178
4) [milo-live-firefox] › marketo.block.test.js:152:9 › Marketo block test suite › 4: @Marketo full template (message), @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message › step-4: Verify that the form message displays after form submission. Error: expect(locator).toBeAttached() Locator: locator('.marketo').locator('.ty-message') Expected: attached Received: detached Call log: - expect.toBeAttached with timeout 5000ms - waiting for locator('.marketo').locator('.ty-message') Call Log: - Test timeout of 30000ms exceeded 176 | await expect(marketoBlock.message).toBeAttached(); 177 | await expect(page.url()).toBe(testPage); > 178 | }).toPass(); | ^ 179 | 180 | const elements = await marketoBlock.formElements(); 181 | at D:\a\nala\nala\tests\milo\marketo.block.test.js:178:12 at D:\a\nala\nala\tests\milo\marketo.block.test.js:174:18
Running tests (windows-latest)
Process completed with exit code 1.
Running tests (ubuntu-latest)
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/
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
Running tests (macos-latest)
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/
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
Running tests (windows-latest)
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/
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 flaky [milo-live-firefox] › marketo.block.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential 25 skipped 344 passed (3.2m)
🎭 Playwright Run Summary
25 skipped 345 passed (6.1m)
🎭 Playwright Run Summary
1 failed [milo-live-firefox] › marketo.block.test.js:192:9 › Marketo block test suite › 5: @Marketo full template (message) with company type, @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message-with-company-type 3 flaky [milo-live-firefox] › marketo.block.test.js:20:9 › Marketo block test suite › 0: @Marketo full template (redirect), @Marketo @marketoFullRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full [milo-live-firefox] › marketo.block.test.js:86:9 › Marketo block test suite › 2: @Marketo expanded template (redirect), @Marketo @marketoExpandedRedirect @marketoRedirect @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded-with-company-type [milo-live-firefox] › marketo.block.test.js:152:9 › Marketo block test suite › 4: @Marketo full template (message), @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message 25 skipped 341 passed (4.5m)