From 9f7a9c607ef4c14c280cc84fad79fe5db8ad6fc2 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sun, 24 Feb 2019 22:56:07 +0100 Subject: [PATCH] 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 --- tools/material-ci/angular_material_test_blocklist.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 2a1055efc5..815758b302 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -763,23 +763,23 @@ window.testBlocklist = { }, "MatMenu animations should enable ripples on items by default": { "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": { "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": { "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": { "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": { "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": { "error": "Error: Expected function not to throw, but it threw TypeError: Cannot read property 'open' of undefined.", @@ -890,4 +890,4 @@ window.testBlocklist = { "notes": "Unknown" } }; -// clang-format on \ No newline at end of file +// clang-format on