MWPW-165969 : Breadcrumb region is missing appropriate roles and/or attributes - Gnav #2670
Annotations
2 errors, 1 warning, and 1 notice
Run Nala Tests via pr.run.sh:
nala/features/mas/benchmark/benchmark.test.js#L46
1) [milo-live-chromium] › features/mas/benchmark/benchmark.test.js:17:7 › Benchmark feature test suite › @MAS-CCD-benchmark,@MAS-CCD @merch-benchmark-ccd-cards @mas-benchmark @Commerce @smoke @regression @milo › step-2: Validate benchmark
Error: 1851.2000000000116ms should be less than limit 1564.878048780431ms (adjusted from 400ms)
expect(received).toBeTruthy()
Received: false
44 | expect(times.length).toBeGreaterThan(0);
45 | times.forEach((time) => {
> 46 | expect(parseFloat(time) < parseFloat(limit), `${time}ms should be less than limit ${limitMessage}`).toBeTruthy();
| ^
47 | });
48 | });
49 | });
at forEach (/home/runner/work/milo/milo/nala/features/mas/benchmark/benchmark.test.js:46:109)
at /home/runner/work/milo/milo/nala/features/mas/benchmark/benchmark.test.js:45:13
at /home/runner/work/milo/milo/nala/features/mas/benchmark/benchmark.test.js:27:5
|
Run Nala Tests via pr.run.sh:
nala/blocks/marketo/marketo.test.js#L97
2) [milo-live-webkit] › blocks/marketo/marketo.test.js:86:9 › Marketo block test suite › 2: @Marketo expanded template (redirect), @Marketo @marketoExpandedRedirect @marketoRedirect @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded › step-1: Go to the Marketo block expanded template test page
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.marketo').locator('input[name="Email"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.marketo').locator('input[name="Email"]')
- locator resolved to <input id="Email" name="Email" type="email" maxlength="255" aria-required="true" aria-labelledby="LblEmail InstructEmail" class="mktoField mktoEmailField mktoHasWidth mktoRequired"/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="255" aria-required="true" aria-labelledby="LblEmail InstructEmail" class="mktoField mktoEmailField mktoRequired mktoVisible mktofield_anchor"/>
- unexpected value "hidden"
95 | await page.waitForLoadState('domcontentloaded');
96 | await expect(page.url()).toBe(testPage);
> 97 | await expect(marketoBlock.email).toBeVisible({ timeout: 10000 });
| ^
98 | });
99 |
100 | await test.step('step-2: check the input field placeholders', async () => {
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:97:42
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:93:7
|
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
2 flaky
[milo-live-chromium] › features/mas/benchmark/benchmark.test.js:17:7 › Benchmark feature test suite › @MAS-CCD-benchmark,@MAS-CCD @merch-benchmark-ccd-cards @mas-benchmark @Commerce @smoke @regression @milo
[milo-live-webkit] › blocks/marketo/marketo.test.js:86:9 › Marketo block test suite › 2: @Marketo expanded template (redirect), @Marketo @marketoExpandedRedirect @marketoRedirect @milo @smoke @regression}, path: /drafts/nala/blocks/marketo/expanded
58 skipped
600 passed (7.5m)
|
Loading