test(ivy): update root cause of failures in MatSnackBar (#29254)

PR Close #29254
This commit is contained in:
Marc Laval 2019-03-12 17:25:30 +01:00 committed by Kara Erickson
parent 1c251e59d7
commit af52536419
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ window.testBlocklist = {
},
"MatSnackBar with TemplateRef should be able to open a snack bar using a TemplateRef": {
"error": "Error: Expected ' Fries Pizza ' to contain 'Pasta'.",
"notes": "FW-842: View engine dirty-checks projected views when the declaration place is checked"
"notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (MatSnackBarContainer is OnPush)"
},
"MatTooltip special cases should clear the `user-select` when a tooltip is set on a text field": {
"error": "Error: Expected 'none' to be falsy.",