Run Nala on Milo Libs #18
Annotations
10 errors, 2 warnings, and 1 notice
[milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @marketo production form:
selectors/milo/marketo.block.page.js#L26
1) [milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @Marketo production form,@Marketo @marketoProductionForm @milo @smoke @regression › step-2: Check the form fields display
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.marketo').locator('select[name="Country"]')
at ../../selectors/milo/marketo.block.page.js:26
24 | */
25 | async checkFieldsDisplays() {
> 26 | await expect(this.country).toBeVisible({ timeout: 10000 });
| ^
27 | await expect(this.firstName).toBeVisible();
28 | await expect(this.lastName).toBeVisible();
29 | await expect(this.email).toBeVisible();
at Marketo.checkFieldsDisplays (/home/runner/work/nala/nala/selectors/milo/marketo.block.page.js:26:32)
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:23:26
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:22:16
|
[milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @marketo production form:
selectors/milo/marketo.block.page.js#L26
1) [milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @Marketo production form,@Marketo @marketoProductionForm @milo @smoke @regression › step-2: Check the form fields display
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.marketo').locator('select[name="Country"]')
at ../../selectors/milo/marketo.block.page.js:26
24 | */
25 | async checkFieldsDisplays() {
> 26 | await expect(this.country).toBeVisible({ timeout: 10000 });
| ^
27 | await expect(this.firstName).toBeVisible();
28 | await expect(this.lastName).toBeVisible();
29 | await expect(this.email).toBeVisible();
at Marketo.checkFieldsDisplays (/home/runner/work/nala/nala/selectors/milo/marketo.block.page.js:26:32)
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:23:26
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:22:16
|
[milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @marketo production form:
selectors/milo/marketo.block.page.js#L26
1) [milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @Marketo production form,@Marketo @marketoProductionForm @milo @smoke @regression › step-2: Check the form fields display
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.marketo').locator('select[name="Country"]')
at ../../selectors/milo/marketo.block.page.js:26
24 | */
25 | async checkFieldsDisplays() {
> 26 | await expect(this.country).toBeVisible({ timeout: 10000 });
| ^
27 | await expect(this.firstName).toBeVisible();
28 | await expect(this.lastName).toBeVisible();
29 | await expect(this.email).toBeVisible();
at Marketo.checkFieldsDisplays (/home/runner/work/nala/nala/selectors/milo/marketo.block.page.js:26:32)
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:23:26
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:22:16
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Test timeout of 30000ms exceeded.
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
selectors/milo/marketo.block.page.js#L53
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Error: locator.selectOption: Page closed
=========================== logs ===========================
waiting for locator('.marketo').locator('select[name="Country"]')
============================================================
at ../../selectors/milo/marketo.block.page.js:53
51 |
52 | async submitRFITemplateForm() {
> 53 | await this.country.selectOption('United States');
| ^
54 | await this.functionalArea.selectOption('Other', { timeout: 10000 });
55 | await this.jobTitle.selectOption('Other');
56 | await this.primaryProductInterest.selectOption('Digital marketing');
at Marketo.submitRFITemplateForm (/home/runner/work/nala/nala/selectors/milo/marketo.block.page.js:53:24)
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:50:26
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:49:16
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Pending operations:
- locator.selectOption at selectors/milo/marketo.block.page.js:53:24
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
selectors/milo/marketo.block.page.js#L53
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.selectOption: Page closed
=========================== logs ===========================
waiting for locator('.marketo').locator('select[name="Country"]')
============================================================
at ../../selectors/milo/marketo.block.page.js:53
51 |
52 | async submitRFITemplateForm() {
> 53 | await this.country.selectOption('United States');
| ^
54 | await this.functionalArea.selectOption('Other', { timeout: 10000 });
55 | await this.jobTitle.selectOption('Other');
56 | await this.primaryProductInterest.selectOption('Digital marketing');
at Marketo.submitRFITemplateForm (/home/runner/work/nala/nala/selectors/milo/marketo.block.page.js:53:24)
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:50:26
at /home/runner/work/nala/nala/tests/milo/marketo.block.test.js:49:16
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.selectOption at selectors/milo/marketo.block.page.js:53:24
|
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression › step-2: Verify that the expected fields display
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Running tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Running tests
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
10 failed
[milo-live-chromium] › marketo.block.test.js:12:7 › Marketo block test suite › @Marketo production form,@Marketo @marketoProductionForm @milo @smoke @regression
[milo-live-chromium] › marketo.block.test.js:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression
[milo-live-chromium] › marketo.block.test.js:58:7 › Marketo block test suite › @Marketo discover template,@Marketo @marketoDiscoverTemplate @milo @smoke @regression
[milo-live-chromium] › marketo.block.test.js:77:7 › Marketo block test suite › @Marketo explore template,@Marketo @marketoExploreTemplate @milo @smoke @regression
[milo-live-chromium] › marketo.block.test.js:96:7 › Marketo block test suite › @Marketo evaluate template,@Marketo @marketoEvaluateTemplate @milo @smoke @regression
[milo-live-chromium] › marketo.block.test.js:119:7 › Marketo block test suite › @Marketo webinar template,@Marketo @marketoWebinarTemplate @milo @smoke @regression
[milo-live-chromium] › marketo.block.test.js:142:7 › Marketo block test suite › @Marketo trial template,@Marketo @marketoTrialTemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:12:7 › Marketo block test suite › @Marketo production form,@Marketo @marketoProductionForm @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:58:7 › Marketo block test suite › @Marketo discover template,@Marketo @marketoDiscoverTemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:77:7 › Marketo block test suite › @Marketo explore template,@Marketo @marketoExploreTemplate @milo @smoke @regression
2 flaky
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[milo-live-firefox] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
34 skipped
290 passed (5.1m)
|