Milo Nala Daily Run #91
Annotations
14 errors, 6 warnings, and 3 notices
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L137
1) [milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(received).toHaveAttribute(expected)
Expected string: "top: 64px;"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.table').first().locator('.row-highlight')
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
135 | await expect(await table.collapseStickyTable).toBeVisible();
136 |
> 137 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
138 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
139 |
140 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:137:40
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:133:5
|
[milo-live-firefox] › table.block.test.js:123:7 › Milo Table block feature test suite › @Table (highlight:
tests/milo/table.block.test.js#L137
2) [milo-live-firefox] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(received).toHaveAttribute(expected)
Expected string: "top: 64px;"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.table').first().locator('.row-highlight')
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
135 | await expect(await table.collapseStickyTable).toBeVisible();
136 |
> 137 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
138 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
139 |
140 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:137:40
at /home/runner/work/nala/nala/tests/milo/table.block.test.js:133:5
|
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @Table (highlight:
tests\milo\table.block.test.js#L137
1) [milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(received).toHaveAttribute(expected)
Expected string: "top: 64px;"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.table').first().locator('.row-highlight')
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
135 | await expect(await table.collapseStickyTable).toBeVisible();
136 |
> 137 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
138 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
139 |
140 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at D:\a\nala\nala\tests\milo\table.block.test.js:137:40
at D:\a\nala\nala\tests\milo\table.block.test.js:133:5
|
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @Table (highlight:
tests\milo\table.block.test.js#L137
1) [milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveAttribute(expected)
Expected string: "top: 64px;"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.table').first().locator('.row-highlight')
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "null"
135 | await expect(await table.collapseStickyTable).toBeVisible();
136 |
> 137 | expect(await table.highlightRow).toHaveAttribute('style', 'top: 64px;');
| ^
138 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
139 |
140 | expect(await table.stickyRow).toHaveAttribute('style', 'top: 114px;');
at D:\a\nala\nala\tests\milo\table.block.test.js:137:40
at D:\a\nala\nala\tests\milo\table.block.test.js:133:5
|
[milo-live-firefox] › marketo.block.test.js:12:7 › Marketo block test suite › @marketo production form:
selectors/milo/marketo.block.page.js#L30
1) [milo-live-firefox] › 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 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.marketo').locator('input[name="mktoFormsCompany"]')
at ../../selectors/milo/marketo.block.page.js:30
28 | await expect(this.lastName).toBeVisible();
29 | await expect(this.email).toBeVisible();
> 30 | await expect(this.company).toBeVisible();
| ^
31 | await expect(this.submitButton).toBeVisible();
32 | }
33 |
at Marketo.checkFieldsDisplays (/Users/runner/work/nala/nala/selectors/milo/marketo.block.page.js:30:32)
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:23:7
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:22:5
|
[milo-live-firefox] › marketo.block.test.js:12:7 › Marketo block test suite › @marketo production form:
selectors/milo/marketo.block.page.js#L29
1) [milo-live-firefox] › 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 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.marketo').locator('input[name="Email"]')
- locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
- unexpected value "hidden"
at ../../selectors/milo/marketo.block.page.js:29
27 | await expect(this.firstName).toBeVisible();
28 | await expect(this.lastName).toBeVisible();
> 29 | await expect(this.email).toBeVisible();
| ^
30 | await expect(this.company).toBeVisible();
31 | await expect(this.submitButton).toBeVisible();
32 | }
at Marketo.checkFieldsDisplays (/Users/runner/work/nala/nala/selectors/milo/marketo.block.page.js:29:30)
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:23:7
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:22:5
|
[milo-live-firefox] › marketo.block.test.js:12:7 › Marketo block test suite › @marketo production form:
selectors/milo/marketo.block.page.js#L30
1) [milo-live-firefox] › 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 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.marketo').locator('input[name="mktoFormsCompany"]')
at ../../selectors/milo/marketo.block.page.js:30
28 | await expect(this.lastName).toBeVisible();
29 | await expect(this.email).toBeVisible();
> 30 | await expect(this.company).toBeVisible();
| ^
31 | await expect(this.submitButton).toBeVisible();
32 | }
33 |
at Marketo.checkFieldsDisplays (/Users/runner/work/nala/nala/selectors/milo/marketo.block.page.js:30:32)
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:23:7
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:22:5
|
[milo-live-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-firefox] › 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-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
selectors/milo/marketo.block.page.js#L61
2) [milo-live-firefox] › 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.fill: Target closed
=========================== logs ===========================
waiting for locator('.marketo').locator('input[name="Email"]')
locator resolved to <input id="Email" name="Email" type="email" maxlength="…/>
elementHandle.fill("test@adobe.com")
waiting for element to be visible, enabled and editable
element is visible, enabled and editable
============================================================
at ../../selectors/milo/marketo.block.page.js:61
59 | await this.firstName.fill('TestFirstName');
60 | await this.lastName.fill('TestLastName');
> 61 | await this.email.fill('test@adobe.com');
| ^
62 | await this.phone.fill('415-111-2222');
63 | await this.postalCode.fill('94111');
64 | await this.submitButton.click();
at Marketo.submitRFITemplateForm (/Users/runner/work/nala/nala/selectors/milo/marketo.block.page.js:61:22)
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:46:7
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:45:5
|
[milo-live-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-firefox] › 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.fill at selectors/milo/marketo.block.page.js:61:22
|
[milo-live-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-firefox] › 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-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
selectors/milo/marketo.block.page.js#L59
2) [milo-live-firefox] › 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.fill: Target closed
=========================== logs ===========================
waiting for locator('.marketo').locator('input[name="FirstName"]')
locator resolved to <input type="text" id="FirstName" maxlength="40" requir…/>
elementHandle.fill("TestFirstName")
waiting for element to be visible, enabled and editable
============================================================
at ../../selectors/milo/marketo.block.page.js:59
57 | await this.state.selectOption('California');
58 | await this.company.fill('Adobe');
> 59 | await this.firstName.fill('TestFirstName');
| ^
60 | await this.lastName.fill('TestLastName');
61 | await this.email.fill('test@adobe.com');
62 | await this.phone.fill('415-111-2222');
at Marketo.submitRFITemplateForm (/Users/runner/work/nala/nala/selectors/milo/marketo.block.page.js:59:26)
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:46:7
at /Users/runner/work/nala/nala/tests/milo/marketo.block.test.js:45:5
|
[milo-live-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-firefox] › 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.fill at selectors/milo/marketo.block.page.js:58:24
|
[milo-live-firefox] › marketo.block.test.js:35:7 › Marketo block test suite › @marketo rfi template:
tests/milo/marketo.block.test.js#L1
2) [milo-live-firefox] › 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 (ubuntu-latest)
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 (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
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 (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
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 (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
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
30 skipped
304 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[milo-live-chromium] › table.block.test.js:123:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
30 skipped
305 passed (3.6m)
|
🎭 Playwright Run Summary
5 failed
[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:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:92:7 › Marketo block test suite › @Marketo evaluate template,@Marketo @marketoEvaluateTemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:111:7 › Marketo block test suite › @Marketo webinar template,@Marketo @marketoWebinarTemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:130:7 › Marketo block test suite › @Marketo trial template,@Marketo @marketoTrialTemplate @milo @smoke @regression
3 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] › marketo.block.test.js:73:7 › Marketo block test suite › @Marketo explore template,@Marketo @marketoExploreTemplate @milo @smoke @regression
[milo-live-firefox] › video.block.test.js:188:7 › Milo Video Block test suite › @youtube Video ,@video @smoke @regression @milo
30 skipped
298 passed (8.6m)
|