From fa82d2d6f118c267b29df4485753cb2c589221da Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sat, 2 Mar 2019 12:46:03 +0100 Subject: [PATCH] test(ivy): update root causes for tooltip (#29075) Updates the root causes for the MatTooltip failures. These changes resolve FW-1129. PR Close #29075 --- 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 fd84b9d5b0..79c4b99e55 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -355,11 +355,11 @@ window.testBlocklist = { }, "MatTooltip special cases should clear the `user-select` when a tooltip is set on a text field": { "error": "Error: Expected 'none' to be falsy.", - "notes": "Unknown" + "notes": "FW-1133: Inline styles are not applied before constructor is run" }, "MatTooltip special cases should clear the `-webkit-user-drag` on draggable elements": { "error": "Error: Expected 'none' to be falsy.", - "notes": "Unknown" + "notes": "FW-1133: Inline styles are not applied before constructor is run" }, "MatTable with basic data source should be able to create a table with the right content and without when row": { "error": "TypeError: Cannot read property 'querySelectorAll' of null",