From f96efd1c98e8dc5258948a887b42e7f1df92629f Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Wed, 6 Mar 2019 14:23:46 +0100 Subject: [PATCH] test(ivy): enable passing MatChipList tests (#29130) PR Close #29130 --- .../angular_material_test_blocklist.js | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 9e14aa13a7..62b5e714e0 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -173,26 +173,6 @@ window.testBlocklist = { "error": "TypeError: Cannot read property 'focus' of undefined", "notes": "MatChipList does not find MatChip content children because descendants is not true anymore. TODO: Fix spec so that it does not have the wrapping div" }, - "MatChipList FormFieldChipList keyboard behavior should maintain focus if the active chip is deleted": { - "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "FW-1064: debugElement.query does not find directive when that directive precedes another" - }, - "MatChipList FormFieldChipList keyboard behavior when the input has focus should not focus the last chip when press DELETE": { - "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "FW-1064: debugElement.query does not find directive when that directive precedes another" - }, - "MatChipList FormFieldChipList keyboard behavior when the input has focus should focus the last chip when press BACKSPACE": { - "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "FW-1064: debugElement.query does not find directive when that directive precedes another" - }, - "MatChipList FormFieldChipList should complete the stateChanges stream on destroy": { - "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "FW-1064: debugElement.query does not find directive when that directive precedes another" - }, - "MatChipList FormFieldChipList should point the label id to the chip input": { - "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "FW-1064: debugElement.query does not find directive when that directive precedes another" - }, "MatChipList with chip remove should properly focus next item if chip is removed through click": { "error": "TypeError: Cannot read property 'focus' of undefined", "notes": "MatChipList does not find MatChip content children because descendants is not true anymore. TODO: Fix spec so that it does not have the wrapping div"