Including promo and localnav height to sticky blocks top when it is present #2585
Annotations
3 errors, 1 warning, and 1 notice
Run Nala Tests via pr.run.sh:
nala/features/promotions/promotions.test.js#L246
1) [milo-live-firefox] › features/promotions/promotions.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.marquee #promo-test-page')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.marquee #promo-test-page')
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
244 |
245 | await test.step('Verify only default test page marquee is visible', async () => {
> 246 | await expect(await PROMO.marqueeDefault).toBeVisible();
| ^
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
248 | await expect(await PROMO.textDefault).not.toBeVisible();
249 | });
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:246:48
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:245:5
|
Run Nala Tests via pr.run.sh:
nala/features/promotions/promotions.test.js#L246
1) [milo-live-firefox] › features/promotions/promotions.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.marquee #promo-test-page')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.marquee #promo-test-page')
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
- locator resolved to <h2 id="promo-test-page">Promo test page</h2>
- unexpected value "hidden"
244 |
245 | await test.step('Verify only default test page marquee is visible', async () => {
> 246 | await expect(await PROMO.marqueeDefault).toBeVisible();
| ^
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
248 | await expect(await PROMO.textDefault).not.toBeVisible();
249 | });
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:246:48
at /home/runner/work/milo/milo/nala/features/promotions/promotions.test.js:245:5
|
Run Nala Tests via pr.run.sh
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Nala Tests via pr.run.sh
1 failed
[milo-live-firefox] › features/promotions/promotions.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression
58 skipped
601 passed (7.5m)
|
Loading