test(ivy): remove passing snack bar test from blocklist (#29423)
Removes the test that was fixed by https://github.com/angular/material2/pull/15551 from the blocklist. PR Close #29423
This commit is contained in:
parent
1a4d4a0e13
commit
d6e27a41ed
|
@ -68,10 +68,6 @@ window.testBlocklist = {
|
|||
"MatMenu nested menu should not open submenu when hovering over disabled trigger": {
|
||||
"error": "TypeError: Cannot read property 'componentInstance' of null",
|
||||
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
|
||||
},
|
||||
"MatSnackBar with TemplateRef should be able to open a snack bar using a TemplateRef": {
|
||||
"error": "Error: Expected ' Fries Pizza ' to contain 'Pasta'.",
|
||||
"notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (MatSnackBarContainer is OnPush)"
|
||||
}
|
||||
};
|
||||
// clang-format on
|
||||
|
|
Loading…
Reference in New Issue