chore(deps-dev): bump @types/node from 20.8.3 to 20.8.4 #7764
Annotations
1 error, 4 warnings, and 1 notice
../../../../../__w/mono/mono/output/react/src/components/main-navigation/main-navigation.spec.tsx#L45
1) [webkit] › main-navigation/main-navigation.spec.tsx:36:2 › DBMainNavigation component A11y › DBMainNavigation should not have any automatically detectable accessibility issues
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 101
- Array []
+ Array [
+ Object {
+ "description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
+ "help": "Interactive controls must not be nested",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.8/nested-interactive?application=playwright",
+ "id": "nested-interactive",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "no-focusable-content",
+ "impact": "serious",
+ "message": "Element has focusable descendants",
+ "relatedNodes": Array [
+ Object {
+ "html": "<a href=\"#\">Test1</a>",
+ "target": Array [
+ "a",
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has focusable descendants",
+ "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#\">Test1</a></button>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ":root",
+ ],
+ },
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "no-focusable-content",
+ "impact": "serious",
+ "message": "Element has focusable descendants",
+ "relatedNodes": Array [
+ Object {
+ "html": "<a href=\"#\">Test2</a>",
+ "target": Array [
+ "a",
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has focusable descendants",
+ "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#\">Test2</a></button>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ":root",
+ ],
+ },
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "no-focusable-content",
+ "impact": "serious",
+ "message": "Element has focusable descendants",
+ "relatedNodes": Array [
+ Object {
+ "html": "<a href=\"#\">Test3</a>",
+ "target": Array [
+ "a",
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has focusable descendants",
+ "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#\">Test3</a></button>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ":root",
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.keyboard",
+ "wcag2a",
+ "wcag412",
+ "TTv5",
+ "TT6.a",
+ "EN-301-549",
+ "EN-9.4.1.2",
+ ],
+ },
+ ]
43 | .analyze();
44 |
> 45 | e
|
[webkit] › default.ts#L1
[webkit] › default.ts took 1.6m
|
[mobile_safari] › default.ts#L1
[mobile_safari] › default.ts took 1.4m
|
[chromium] › default.ts#L1
[chromium] › default.ts took 54.0s
|
[mobile_chrome] › default.ts#L1
[mobile_chrome] › default.ts took 44.6s
|
|
The logs for this run have expired and are no longer available.
Loading