test(ivy): enable passing Material tests (#28687)

PR Close #28687
This commit is contained in:
Pawel Kozlowski 2019-02-13 15:02:18 +01:00 committed by Miško Hevery
parent 6d057cc05d
commit 6fa4235543
1 changed files with 2 additions and 34 deletions

View File

@ -2600,39 +2600,11 @@ window.testBlocklist = {
"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": "Unknown"
}, },
"MatCalendarHeader standard calendar should go to previous and next year": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendarHeader standard calendar should go back to month view after selecting year and month": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendar standard calendar should emit the selected month on cell clicked in year view": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendar standard calendar should emit the selected year on cell clicked in multiyear view": { "MatCalendar standard calendar should emit the selected year on cell clicked in multiyear view": {
"error": "TypeError: Cannot read property 'getFullYear' of undefined", "error": "TypeError: Cannot read property 'getFullYear' of undefined",
"notes": "Unknown" "notes": "Unknown"
}, },
"MatCalendar standard calendar a11y calendar body year view should return to month view on enter": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendar standard calendar a11y calendar body year view should return to month view on space": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendar standard calendar a11y calendar body multi-year view should go to year view on enter": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendar standard calendar a11y calendar body multi-year view should go to year view on space": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatCalendar calendar with min and max date should not go back past min date": { "MatCalendar calendar with min and max date should not go back past min date": {
"error": "Error: Expected false to be true, 'previous button should be disabled'.", "error": "Error: Expected false to be true, 'previous button should be disabled'.",
"notes": "Unknown" "notes": "Unknown"
@ -2661,10 +2633,6 @@ window.testBlocklist = {
"error": "Error: This PortalOutlet has already been disposed", "error": "Error: This PortalOutlet has already been disposed",
"notes": "Unknown" "notes": "Unknown"
}, },
"MatCalendar calendar with date filter a11y should allow entering month view at disabled month": {
"error": "Error: Expected 'multi-year' to be 'year'.",
"notes": "FW-1044: Events dispatched by dynamic components are not marking ancestor components dirty"
},
"MatPaginator when navigating with the next and previous buttons should be able to go to the next page": { "MatPaginator when navigating with the next and previous buttons should be able to go to the next page": {
"error": "TypeError: Cannot read property 'pageIndex' of undefined", "error": "TypeError: Cannot read property 'pageIndex' of undefined",
"notes": "Unknown" "notes": "Unknown"