From 83ba587c18c2a9e84ca6afb6e60ac523fff33868 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sat, 2 Mar 2019 10:18:00 +0100 Subject: [PATCH] test(ivy): update sidenav root causes (#29073) Updates a couple of the root causes for `MatSidenav` which ended up being a different issue. PR Close #29073 --- tools/material-ci/angular_material_test_blocklist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 2d8f7c9aa0..fd84b9d5b0 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -267,11 +267,11 @@ window.testBlocklist = { }, "MatSidenav should be fixed position when in fixed mode": { "error": "Error: Expected ng-tns-c28435-0 ng-trigger ng-trigger-transform mat-drawer mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.", - "notes": "FW-1081: Static host classes don't work if component has superclass with host classes" + "notes": "FW-1132: Host class bindings don't work if super class has host class bindings" }, "MatSidenav should set fixed bottom and top when in fixed mode": { "error": "Error: Expected '' to be '20px'.", - "notes": "FW-1081: Static host classes don't work if component has superclass with host classes" + "notes": "FW-1132: Host class bindings don't work if super class has host class bindings" }, "MatTree flat tree should initialize with rendered dataNodes": { "error": "TypeError: Cannot read property 'classList' of undefined",