MWPW-164131: Adding aria label for CTA using placeholder on name attributes of merch card #2767
run-nala-default.yml
on: pull_request
Matrix: Running Nala E2E UI Tests
Annotations
1 error and 1 notice
[milo-live-firefox] › features/promotions/promotions.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target:
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"
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
|
🎭 Playwright Run Summary
1 flaky
[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
607 passed (7.4m)
|