feat(fluentUI-migration): ActionButton fluentui v8 to v9 migration #8036
Annotations
7 errors
src/tests/end-to-end/tests/details-view/reflow-ui.test.ts#L248
expect(received).toMatchSnapshot()
Snapshot name: `Details View -> Assessment -> Reflow With command bar button visible with command bar button expanded should pass accessibility validation with command bar menu open and high contrast mode=true 1`
- Snapshot - 0
+ Received + 13
@@ -16,6 +16,19 @@
"i:nth-child(0)",
],
},
],
},
+ {
+ "id": "aria-required-children",
+ "nodes": [
+ {
+ "failureSummary": "Fix any of the following:
+ Element has children which are not allowed: button[aria-haspopup]
+ Element uses aria-busy="true" while showing a loader",
+ "selector": [
+ ".fui-MenuList",
+ ],
+ },
+ ],
+ },
]
at toMatchSnapshot (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:248:25)
at runMicrotasks (<anonymous>)
at src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:80:25
|
src/tests/end-to-end/tests/details-view/reflow-ui.test.ts#L248
expect(received).toMatchSnapshot()
Snapshot name: `Details View -> Assessment -> Reflow With command bar button visible with command bar button expanded should pass accessibility validation with command bar menu open and high contrast mode=false 1`
- Snapshot - 0
+ Received + 13
@@ -16,6 +16,19 @@
"i:nth-child(0)",
],
},
],
},
+ {
+ "id": "aria-required-children",
+ "nodes": [
+ {
+ "failureSummary": "Fix any of the following:
+ Element has children which are not allowed: button[aria-haspopup]
+ Element uses aria-busy="true" while showing a loader",
+ "selector": [
+ ".fui-MenuList",
+ ],
+ },
+ ],
+ },
]
at toMatchSnapshot (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:248:25)
at src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:80:25
|
src/tests/end-to-end/tests/details-view/reflow-ui.test.ts#L248
expect(received).toMatchSnapshot()
Snapshot name: `Details View -> Quick Assess -> Reflow With command bar button visible with command bar button expanded should pass accessibility validation with command bar menu open and high contrast mode=true 1`
- Snapshot - 0
+ Received + 13
@@ -16,6 +16,19 @@
"i:nth-child(0)",
],
},
],
},
+ {
+ "id": "aria-required-children",
+ "nodes": [
+ {
+ "failureSummary": "Fix any of the following:
+ Element has children which are not allowed: button[tabindex], button[aria-haspopup]
+ Element uses aria-busy="true" while showing a loader",
+ "selector": [
+ ".fui-MenuList",
+ ],
+ },
+ ],
+ },
]
at toMatchSnapshot (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:248:25)
at src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:131:25
|
src/tests/end-to-end/tests/details-view/reflow-ui.test.ts#L248
expect(received).toMatchSnapshot()
Snapshot name: `Details View -> Quick Assess -> Reflow With command bar button visible with command bar button expanded should pass accessibility validation with command bar menu open and high contrast mode=false 1`
- Snapshot - 0
+ Received + 13
@@ -16,6 +16,19 @@
"i:nth-child(0)",
],
},
],
},
+ {
+ "id": "aria-required-children",
+ "nodes": [
+ {
+ "failureSummary": "Fix any of the following:
+ Element has children which are not allowed: button[tabindex], button[aria-haspopup]
+ Element uses aria-busy="true" while showing a loader",
+ "selector": [
+ ".fui-MenuList",
+ ],
+ },
+ ],
+ },
]
at toMatchSnapshot (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:248:25)
at src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:131:25
|
src/tests/end-to-end/tests/details-view/reflow-ui.test.ts#L248
expect(received).toMatchSnapshot()
Snapshot name: `Details View -> Fastpass -> Reflow With high contrast mode=true With command bar button visible with command bar button expanded should pass accessibility validation with command bar menu open and high contrast mode=%s 1`
- Snapshot - 0
+ Received + 13
@@ -16,6 +16,19 @@
"i:nth-child(0)",
],
},
],
},
+ {
+ "id": "aria-required-children",
+ "nodes": [
+ {
+ "failureSummary": "Fix any of the following:
+ Element has children which are not allowed: button[tabindex]
+ Element uses aria-busy="true" while showing a loader",
+ "selector": [
+ ".fui-MenuList",
+ ],
+ },
+ ],
+ },
]
at toMatchSnapshot (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:248:25)
at Object.<anonymous> (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:205:25)
|
src/tests/end-to-end/tests/details-view/reflow-ui.test.ts#L248
expect(received).toMatchSnapshot()
Snapshot name: `Details View -> Fastpass -> Reflow With high contrast mode=false With command bar button visible with command bar button expanded should pass accessibility validation with command bar menu open and high contrast mode=%s 1`
- Snapshot - 0
+ Received + 13
@@ -16,6 +16,19 @@
"i:nth-child(0)",
],
},
],
},
+ {
+ "id": "aria-required-children",
+ "nodes": [
+ {
+ "failureSummary": "Fix any of the following:
+ Element has children which are not allowed: button[tabindex]
+ Element uses aria-busy="true" while showing a loader",
+ "selector": [
+ ".fui-MenuList",
+ ],
+ },
+ ],
+ },
]
at toMatchSnapshot (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:248:25)
at Object.<anonymous> (src/tests/end-to-end/tests/details-view/reflow-ui.test.ts:205:25)
|
|
This job failed
Loading