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:
parent
83ba587c18
commit
fa82d2d6f1
|
@ -355,11 +355,11 @@ window.testBlocklist = {
|
||||||
},
|
},
|
||||||
"MatTooltip special cases should clear the `user-select` when a tooltip is set on a text field": {
|
"MatTooltip special cases should clear the `user-select` when a tooltip is set on a text field": {
|
||||||
"error": "Error: Expected 'none' to be falsy.",
|
"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": {
|
"MatTooltip special cases should clear the `-webkit-user-drag` on draggable elements": {
|
||||||
"error": "Error: Expected 'none' to be falsy.",
|
"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": {
|
"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",
|
"error": "TypeError: Cannot read property 'querySelectorAll' of null",
|
||||||
|
|
Loading…
Reference in New Issue