Milo Nala Daily Run #108
Annotations
10 errors, 2 warnings, and 1 notice
Run Nala macos-latest:
tests/milo/table.block.test.js#L134
1) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
Run Nala macos-latest:
tests/milo/table.block.test.js#L134
1) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
Run Nala macos-latest:
tests/milo/table.block.test.js#L134
1) [milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
Run Nala macos-latest:
tests/milo/footer.block.test.js#L47
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check ChangeRegion functionality
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('div#langnav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('div#langnav')
45 | await test.step('Check ChangeRegion functionality', async () => {
46 | await Footer.changeRegionButton.click();
> 47 | await expect(Footer.changeRegionModal).toBeVisible();
| ^
48 | await Footer.changeRegionCloseButton.click();
49 | await expect(Footer.changeRegionModal).not.toBeVisible();
50 | });
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:47:46
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:45:5
|
Run Nala macos-latest:
tests/milo/table.block.test.js#L134
3) [milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
Error: expect(locator).toHaveAttribute(expected)
Locator: locator('.table').first().locator('.row-highlight')
Expected string: "row row-1 row-highlight top-border-transparent"
Received string: "row row-1 row-highlight"
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 "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
- locator resolved to <div role="row" class="row row-1 row-highlight">…</div>
- unexpected value "row row-1 row-highlight"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight top-border-transparent');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:134:40
at /Users/runner/work/nala/nala/tests/milo/table.block.test.js:130:5
|
Run Nala macos-latest:
tests/milo/footer.block.test.js#L68
4) [milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for locator('footer.global-footer') to be visible
66 | await Footer.legalContainer.scrollIntoViewIfNeeded();
67 | // Wait for FEDS Footer to be visible:
> 68 | await Footer.footerContainer.waitFor({ state: 'visible', timeout: 5000 });
| ^
69 | // Check FEDS Footer critical elements:
70 | await expect(Footer.legalContainer).toBeVisible();
71 | await expect(Footer.socialContainer).toBeVisible();
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:68:36
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:64:5
|
Run Nala macos-latest:
tests/milo/footer.block.test.js#L1
4) [milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Nala macos-latest:
tests/milo/footer.block.test.js#L111
4) [milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('div#langnav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('div#langnav')
109 | await test.step('Check ChangeRegion functionality', async () => {
110 | await Footer.changeRegionButton.click();
> 111 | await expect(Footer.changeRegionModal).toBeVisible();
| ^
112 | await Footer.changeRegionCloseButton.click();
113 | await expect(Footer.changeRegionModal).not.toBeVisible();
114 | });
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:111:46
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:109:5
|
Run Nala macos-latest:
tests/milo/footer.block.test.js#L1
5) [milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
Test timeout of 30000ms exceeded.
|
Run Nala macos-latest:
tests/milo/footer.block.test.js#L164
5) [milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('div.feds-regionPicker-wrapper a.feds-regionPicker')
- locator resolved to <a href="#" role="button" aria-expanded="true" aria…>…</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
162 | await expect(Footer.changeRegionDropDown).toBeVisible();
163 | await expect(Footer.changeRegionModal).not.toBeVisible();
> 164 | await Footer.changeRegionButton.click();
| ^
165 | await expect(Footer.changeRegionDropDown).not.toBeVisible();
166 | });
167 | });
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:164:39
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:160:5
|
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/.
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala macos-latest
1 failed
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
7 flaky
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-chromium] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
[milo-live-firefox] › footer.block.test.js:54:7 › Footer Block Test Suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › footer.block.test.js:118:7 › Footer Block Test Suite › @FEDS-Privacy-Footer, @milo @feds @footer @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:35:7 › Marketo block test suite › @Marketo rfi template,@Marketo @marketoRFITemplate @milo @smoke @regression
[milo-live-firefox] › marketo.block.test.js:54:7 › Marketo block test suite › @Marketo discover template,@Marketo @marketoDiscoverTemplate @milo @smoke @regression
30 skipped
298 passed (9.5m)
|
Loading