test(ivy): update root causes for autocomplete tests (#28657)
Updates the root cause notes for the Material autocomplete tests. This PR resolves FW-1017. PR Close #28657
This commit is contained in:
parent
cdabda1fc0
commit
1b82e11e69
|
@ -1947,11 +1947,11 @@ window.testBlocklist = {
|
||||||
},
|
},
|
||||||
"MatAutocomplete aria should set role of autocomplete panel to listbox": {
|
"MatAutocomplete aria should set role of autocomplete panel to listbox": {
|
||||||
"error": "TypeError: Cannot read property 'nativeElement' of null",
|
"error": "TypeError: Cannot read property 'nativeElement' of null",
|
||||||
"notes": "Unknown"
|
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
|
||||||
},
|
},
|
||||||
"MatAutocomplete aria should set aria-owns based on the attached autocomplete": {
|
"MatAutocomplete aria should set aria-owns based on the attached autocomplete": {
|
||||||
"error": "TypeError: Cannot read property 'nativeElement' of null",
|
"error": "TypeError: Cannot read property 'nativeElement' of null",
|
||||||
"notes": "Unknown"
|
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
|
||||||
},
|
},
|
||||||
"MatAutocomplete Fallback positions should use below positioning by default": {
|
"MatAutocomplete Fallback positions should use below positioning by default": {
|
||||||
"error": "Error: Expected 739 to equal 438.",
|
"error": "Error: Expected 739 to equal 438.",
|
||||||
|
@ -1963,7 +1963,7 @@ window.testBlocklist = {
|
||||||
},
|
},
|
||||||
"MatAutocomplete Option selection should handle `optionSelections` being accessed too early": {
|
"MatAutocomplete Option selection should handle `optionSelections` being accessed too early": {
|
||||||
"error": "TypeError: Cannot read property 'autocomplete' of undefined",
|
"error": "TypeError: Cannot read property 'autocomplete' of undefined",
|
||||||
"notes": "Unknown"
|
"notes": "FW-1019: Design new API to replace static queries"
|
||||||
},
|
},
|
||||||
"MatAutocomplete should be able to set a custom panel connection element": {
|
"MatAutocomplete should be able to set a custom panel connection element": {
|
||||||
"error": "Error: Expected 665 to be 827, 'Expected autocomplete panel to align with the bottom of the new origin.'.",
|
"error": "Error: Expected 665 to be 827, 'Expected autocomplete panel to align with the bottom of the new origin.'.",
|
||||||
|
@ -3210,4 +3210,4 @@ window.testBlocklist = {
|
||||||
"notes": "Unknown"
|
"notes": "Unknown"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
Loading…
Reference in New Issue