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
This commit is contained in:
parent
a6ae759b46
commit
daf8251998
|
@ -573,22 +573,6 @@ window.testBlocklist = {
|
||||||
"error": "Error: mat-grid-list: invalid ratio given for row-height: \"4:3:2\"",
|
"error": "Error: mat-grid-list: invalid ratio given for row-height: \"4:3:2\"",
|
||||||
"notes": "Unknown"
|
"notes": "Unknown"
|
||||||
},
|
},
|
||||||
"MatExpansionPanel should toggle the panel when pressing SPACE on the header": {
|
|
||||||
"error": "Error: <spyOn> : 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: <spyOn> : could not find an object to spy upon for toggle()",
|
|
||||||
"notes": "Unknown"
|
|
||||||
},
|
|
||||||
"MatExpansionPanel should not toggle if a modifier key is pressed": {
|
|
||||||
"error": "Error: <spyOn> : 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": {
|
"MatInput without forms validates the type": {
|
||||||
"error": "Error: Input type \"file\" isn't supported by matInput.",
|
"error": "Error: Input type \"file\" isn't supported by matInput.",
|
||||||
"notes": "Unknown"
|
"notes": "Unknown"
|
||||||
|
|
Loading…
Reference in New Issue