test(ivy): update root causes for material menu (#28952)

Updates the root causes for the remaining `MatMenu` tests. Note that two tests are omitted from this PR, because one will be fixed by https://github.com/angular/angular/pull/28951 and the other one depends on static queries and will be refactored by https://github.com/angular/material2/pull/15289.

PR Close #28952
This commit is contained in:
Kristiyan Kostadinov 2019-02-24 22:56:07 +01:00 committed by Ben Lesh
parent 22880eae16
commit 9f7a9c607e
1 changed files with 6 additions and 6 deletions

View File

@ -763,23 +763,23 @@ window.testBlocklist = {
},
"MatMenu animations should enable ripples on items by default": {
"error": "TypeError: Cannot read property 'query' of null",
"notes": "Unknown"
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
},
"MatMenu animations should disable ripples on disabled items": {
"error": "TypeError: Cannot read property 'query' of undefined",
"notes": "Unknown"
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
},
"MatMenu animations should disable ripples if disableRipple is set": {
"error": "TypeError: Cannot read property 'query' of undefined",
"notes": "Unknown"
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
},
"MatMenu nested menu should close submenu when hovering over disabled sibling item": {
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
"notes": "Unknown"
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
},
"MatMenu nested menu should not open submenu when hovering over disabled trigger": {
"error": "TypeError: Cannot read property 'componentInstance' of null",
"notes": "Unknown"
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
},
"MatSelect core overlay panel should not throw when attempting to open too early": {
"error": "Error: Expected function not to throw, but it threw TypeError: Cannot read property 'open' of undefined.",
@ -890,4 +890,4 @@ window.testBlocklist = {
"notes": "Unknown"
}
};
// clang-format on
// clang-format on