language based region nav config #2092
run-nala-default.yml
on: pull_request
Matrix: Running Nala E2E UI Tests
Annotations
2 errors, 1 warning, and 1 notice
[milo-live-firefox] › features/commerce/commerce.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke:
nala/features/commerce/commerce.test.js#L290
1) [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: 55
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
|
[milo-live-webkit] › features/promotions/promotions.test.js:77:7 › Promotions feature test suite › @Promo-remove:
nala/features/promotions/promotions.test.js#L90
2) [milo-live-webkit] › features/promotions/promotions.test.js:77:7 › Promotions feature test suite › @Promo-remove,@Promo @Commerce @regression › Verify only default test page marquee is visible
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
88 | await expect(await PROMO.marqueeDefault).toBeVisible();
89 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 90 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
91 | });
92 |
93 | await test.step('Validate text component removed', async () => {
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:90:49
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:87:5
|
Running Nala E2E UI Tests (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[milo-live-firefox] › features/commerce/commerce.test.js:269:7 › Commerce feature test suite › @Commerce-KitchenSink-Smoke, @Commerce @kitchensink @smoke @regression
[milo-live-webkit] › features/promotions/promotions.test.js:77:7 › Promotions feature test suite › @Promo-remove,@Promo @Commerce @regression
54 skipped
598 passed (7.5m)
|