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:
parent
22880eae16
commit
9f7a9c607e
|
@ -763,23 +763,23 @@ window.testBlocklist = {
|
||||||
},
|
},
|
||||||
"MatMenu animations should enable ripples on items by default": {
|
"MatMenu animations should enable ripples on items by default": {
|
||||||
"error": "TypeError: Cannot read property 'query' of null",
|
"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": {
|
"MatMenu animations should disable ripples on disabled items": {
|
||||||
"error": "TypeError: Cannot read property 'query' of undefined",
|
"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": {
|
"MatMenu animations should disable ripples if disableRipple is set": {
|
||||||
"error": "TypeError: Cannot read property 'query' of undefined",
|
"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": {
|
"MatMenu nested menu should close submenu when hovering over disabled sibling item": {
|
||||||
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
|
"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": {
|
"MatMenu nested menu should not open submenu when hovering over disabled trigger": {
|
||||||
"error": "TypeError: Cannot read property 'componentInstance' of null",
|
"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": {
|
"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.",
|
"error": "Error: Expected function not to throw, but it threw TypeError: Cannot read property 'open' of undefined.",
|
||||||
|
|
Loading…
Reference in New Issue