From a3e105487d7eb04a00a7b9b1b2d528a2fdedcd15 Mon Sep 17 00:00:00 2001 From: Marc Laval Date: Thu, 14 Mar 2019 10:54:12 +0100 Subject: [PATCH] test(ivy): update blocklist to turn on passing tests (#29300) PR Close #29300 --- .../material-ci/angular_material_test_blocklist.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 50d3af7309..75b91c4db2 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -41,20 +41,12 @@ window.testBlocklist = { "error": "Error: Failed: Expected node descendant num to be 2 but was 0", "notes": "Breaking change: Content queries and descendants flag (fix test by removing
in NestedCdkTreeAppWithToggle)" }, - "MatStepper basic stepper should go to next available step when the next button is clicked": { - "error": "Error: Expected 2 to be 1.", - "notes": "Unknown" - }, "MatStepper basic stepper should go to previous available step when the previous button is clicked": { "error": "TypeError: Cannot read property 'nativeElement' of undefined", "notes": "Unknown" }, - "MatStepper basic stepper should not set focus on header of selected step if header is not clicked": { - "error": "Error: Expected 2 to be 1.", - "notes": "Unknown" - }, "MatStepper basic stepper should focus next step header if focus is inside the stepper": { - "error": "Error: Expected 2 to be 1.", + "error": "Error: Expected spy focus to have been called.", "notes": "Unknown" }, "MatStepper basic stepper should only be able to return to a previous step if it is editable": { @@ -101,10 +93,6 @@ window.testBlocklist = { "error": "Error: Expected 0 to be 3, 'Expect node expanded'.", "notes": "1) Breaking change: Content queries and descendants flag (fix test by removing
in NestedMatTreeAppWithToggle) - 2) Breaking change: Ivy inherits metadata from superclasses (remove (click) in MatTreeNodeToggle)" }, - "MatInput without forms validates the type": { - "error": "Error: Input type \"file\" isn't supported by matInput.", - "notes": "Breaking change: Static directive inputs evaluated in creation mode - material test to be updated" - }, "MatInput with textarea autosize should work in a step": { "error": "TypeError: Cannot read property 'getBoundingClientRect' of null", "notes": "Unknown"