From d6e27a41edfad4460bd9f2abc8d52f6bd61ca146 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 20 Mar 2019 18:15:40 +0100 Subject: [PATCH] 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 --- tools/material-ci/angular_material_test_blocklist.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 9a19071dd6..aff9dafcac 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -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