test(ivy): update root causes for tooltip (#29075)

Updates the root causes for the MatTooltip failures.

These changes resolve FW-1129.

PR Close #29075
This commit is contained in:
Kristiyan Kostadinov 2019-03-02 12:46:03 +01:00 committed by Andrew Kushnir
parent 83ba587c18
commit fa82d2d6f1
1 changed files with 2 additions and 2 deletions

View File

@ -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",