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:
crisbeto 2019-02-12 17:16:11 +01:00 committed by Miško Hevery
parent cdabda1fc0
commit 1b82e11e69
1 changed files with 4 additions and 4 deletions

View File

@ -1947,11 +1947,11 @@ window.testBlocklist = {
},
"MatAutocomplete aria should set role of autocomplete panel to listbox": {
"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": {
"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": {
"error": "Error: Expected 739 to equal 438.",
@ -1963,7 +1963,7 @@ window.testBlocklist = {
},
"MatAutocomplete Option selection should handle `optionSelections` being accessed too early": {
"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": {
"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"
}
};
// clang-format on
// clang-format on