MWPW-158674 [MEP] Support nested placholders in MEP placeholders #130
Triggered via pull request
September 18, 2024 23:39
Status
Success
Total duration
4m 10s
Artifacts
–
run-nala-default.yml
on: pull_request
Matrix: Running Nala E2E UI Tests
Annotations
2 errors and 1 notice
[milo-live-chromium] › blocks/actionitem/actionitem.test.js:164:7 › Milo Action-Item block test suite › 7: @Action-item (scroller with navigation):
nala/blocks/actionitem/actionitem.test.js#L182
1) [milo-live-chromium] › blocks/actionitem/actionitem.test.js:164:7 › Milo Action-Item block test suite › 7: @action-item (scroller with navigation), @action-item @smoke @regression @milo › step-2: Verify Action item content/specs
Error: Timed out 1000ms waiting for expect(locator).toBeVisible()
Locator: locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 1000ms
- waiting for locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button daa-ll="Next icon-10--" class="nav-button next-button">…</button>
- unexpected value "hidden"
180 | await expect(await actionItem.bodyText).toContainText(data.bodyText);
181 |
> 182 | await expect(await actionItem.nextButton).toBeVisible({ timeout: 1000 });
| ^
183 | await actionItem.nextButton.click();
184 | await expect(await actionItem.previousButton).toBeVisible({ timeout: 1000 });
185 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn', 'false');
at /home/runner/work/milo/milo/nala/blocks/actionitem/actionitem.test.js:182:49
at /home/runner/work/milo/milo/nala/blocks/actionitem/actionitem.test.js:174:5
|
[milo-live-firefox] › features/commerce/commerce.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke:
nala/features/commerce/commerce.test.js#L290
2) [milo-live-firefox] › features/commerce/commerce.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression › Validate wcs placeholders
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 7
288 | ),
289 | );
> 290 | expect(unresolvedPlaceholders.length).toBe(0);
| ^
291 | });
292 |
293 | // Validate commerce checkout links are indeed commerce
at /home/runner/work/milo/milo/nala/features/commerce/commerce.test.js:290:45
at /home/runner/work/milo/milo/nala/features/commerce/commerce.test.js:282:5
|
🎭 Playwright Run Summary
2 flaky
[milo-live-chromium] › blocks/actionitem/actionitem.test.js:164:7 › Milo Action-Item block test suite › 7: @action-item (scroller with navigation), @action-item @smoke @regression @milo
[milo-live-firefox] › features/commerce/commerce.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression
13 skipped
329 passed (3.1m)
|