Bootstrapper script for milo feds blocks #13771
run-nala.yml
on: pull_request
Running E2E & IT
3m 56s
Annotations
2 errors, 1 warning, and 1 notice
[milo-live-firefox] › georouting.feature.test.js:39:9 › Milo Georouting feature test suite › @Georouting with query param:
../../_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js#L58
1) [milo-live-firefox] › georouting.feature.test.js:39:9 › Milo Georouting feature test suite › @Georouting with query param,@georouting @georouting-query-param @smoke @regression @milo › step-3: Click "Deutschland" button and then verify international cookie value
TypeError: Cannot read properties of undefined (reading 'value')
56 | await test.step('step-3: Click "Deutschland" button and then verify international cookie value', async () => {
57 | await modal.deLink.click();
> 58 | expect((await page.context().cookies()).find(cookie => cookie.name === data.cookieName).value).toEqual(data.cookieValue);
| ^
59 | });
60 | });
61 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:58:100
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/georouting.feature.test.js:56:9
|
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @Table (highlight:
../../_actions/adobecom/nala/main/tests/milo/table.block.test.js#L134
2) [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"
Received string: "row row-1 row-highlight top-border-transparent"
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 top-bo…>…</div>
- unexpected value "row row-1 row-highlight top-border-transparent"
- locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div>
- unexpected value "row row-1 row-highlight top-border-transparent"
- locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div>
- unexpected value "row row-1 row-highlight top-border-transparent"
- locator resolved to <div role="row" class="row row-1 row-highlight top-bo…>…</div>
- unexpected value "row row-1 row-highlight top-border-transparent"
132 | await expect(await table.collapseStickyTable).toBeVisible();
133 |
> 134 | expect(await table.highlightRow).toHaveAttribute('class', 'row row-1 row-highlight');
| ^
135 |
136 | expect(await table.stickyRow.getAttribute('class')).toContain('row row-2 row-heading');
137 |
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/table.block.test.js:134:40
at /home/runner/work/_actions/adobecom/nala/main/tests/milo/table.block.test.js:130:5
|
Running E2E & IT
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
2 flaky
[milo-live-firefox] › georouting.feature.test.js:39:9 › Milo Georouting feature test suite › @Georouting with query param,@georouting @georouting-query-param @smoke @regression @milo
[milo-live-firefox] › table.block.test.js:120:7 › Milo Table block feature test suite › @table (highlight, collapse, sticky),@table @smoke @regression @milo
30 skipped
308 passed (3.1m)
|