From daf82519988f2821c72197b94673936272699e5e Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 27 Feb 2019 21:27:58 +0100 Subject: [PATCH] test(ivy): update root causes for expansion panel and accordion (#29011) Removes some tests, that were failing due to static queries, from the blocklist. Related Material PR https://github.com/angular/material2/pull/15330. PR Close #29011 --- .../angular_material_test_blocklist.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 1d6c8be1b0..0b81814cc7 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -573,22 +573,6 @@ window.testBlocklist = { "error": "Error: mat-grid-list: invalid ratio given for row-height: \"4:3:2\"", "notes": "Unknown" }, - "MatExpansionPanel should toggle the panel when pressing SPACE on the header": { - "error": "Error: : could not find an object to spy upon for toggle()", - "notes": "Unknown" - }, - "MatExpansionPanel should toggle the panel when pressing ENTER on the header": { - "error": "Error: : could not find an object to spy upon for toggle()", - "notes": "Unknown" - }, - "MatExpansionPanel should not toggle if a modifier key is pressed": { - "error": "Error: : could not find an object to spy upon for toggle()", - "notes": "Unknown" - }, - "MatAccordion should not register nested panels to the same accordion": { - "error": "TypeError: Cannot read property 'accordion' of undefined", - "notes": "Unknown" - }, "MatInput without forms validates the type": { "error": "Error: Input type \"file\" isn't supported by matInput.", "notes": "Unknown"