Skip to content

Commit 6922513

Browse files
committed
test(ivy): remove passing snack bar test from blocklist
Removes the test that was fixed by angular/components#15551 from the blocklist.
1 parent 9a364a8 commit 6922513

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/material-ci/angular_material_test_blocklist.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ window.testBlocklist = {
6868
"MatMenu nested menu should not open submenu when hovering over disabled trigger": {
6969
"error": "TypeError: Cannot read property 'componentInstance' of null",
7070
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"
71-
},
72-
"MatSnackBar with TemplateRef should be able to open a snack bar using a TemplateRef": {
73-
"error": "Error: Expected ' Fries Pizza ' to contain 'Pasta'.",
74-
"notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (MatSnackBarContainer is OnPush)"
7571
}
7672
};
7773
// clang-format on

0 commit comments

Comments
 (0)