MWPW-166355, 166002, 159369, 156867 [MEP] Batch PR #2717
Annotations
2 errors, 1 warning, and 1 notice
Run Nala Tests via pr.run.sh:
nala/libs/accessibility.js#L126
1) [milo-live-chromium] › blocks/review/review.test.js:34:7 › Milo Review Block test suite › [Test Id - 1] @review low,@review @smoke @regression @milo › step-2: Verify the accessibility test on the review block
AccessibilityError: [Accessibility Test failed for [Test Id - 1] @review low].
Accessibility test failed : 1 violation(s) found.
========== Accessibility Test ==========
[Test Name ]: [Test Id - 1] @review low
[Test Page URL]: https://mepstage--milo--adobecom.aem.live/drafts/nala/blocks/review/review
[Accessibility]: Running accessibility test on the provided locator: locator('.review')
[Result ]: Accessibility test found 1 accessibility violation(s) for [Test Id - 1] @review low
[Violation Details]:
1. Violation: Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
- Axe Rule ID: color-contrast
- Severity: serious
- WCAG Tags: cat.color, wcag2aa, wcag143, TTv5, TT13.c, EN-301-549, EN-9.1.4.3, ACT
- Nodes affected:
1. <h3 class="hlx-reviewTitle">Rate your Experience</h3>
- Fix: https://dequeuniversity.com/rules/axe/4.10/color-contrast?application=playwright
at libs/accessibility.js:126
124 | }
125 | } catch (err) {
> 126 | throw new AccessibilityError(
| ^
127 | `[Accessibility Test failed for ${testName}].\n ${err.message}`,
128 | );
129 | }
at runAccessibilityTest (/home/runner/work/milo/milo/nala/libs/accessibility.js:126:11)
at /home/runner/work/milo/milo/nala/blocks/review/review.test.js:44:7
at /home/runner/work/milo/milo/nala/blocks/review/review.test.js:43:5
|
Run Nala Tests via pr.run.sh:
nala/features/mas/benchmark/benchmark.test.js#L46
2) [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: 782.7999999999884ms should be less than limit 540.9756097560692ms (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
|
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] › blocks/review/review.test.js:34:7 › Milo Review Block test suite › [Test Id - 1] @review low,@review @smoke @regression @milo
[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
58 skipped
606 passed (7.7m)
|
Loading