Skip to content

Commit b236ea8

Browse files
crisbetowKoza
authored andcommitted
test(ivy): update root causes for stepper (angular#29314)
Removes the stepper-related tests from the blocklist which were fixed by angular/components#15486. PR Close angular#29314
1 parent f52ae95 commit b236ea8

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

tools/material-ci/angular_material_test_blocklist.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,6 @@ window.testBlocklist = {
4141
"error": "Error: Failed: Expected node descendant num to be 2 but was 0",
4242
"notes": "Breaking change: Content queries and descendants flag (fix test by removing <div> in NestedCdkTreeAppWithToggle)"
4343
},
44-
"MatStepper basic stepper should go to previous available step when the previous button is clicked": {
45-
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
46-
"notes": "Unknown"
47-
},
48-
"MatStepper basic stepper should focus next step header if focus is inside the stepper": {
49-
"error": "Error: Expected spy focus to have been called.",
50-
"notes": "Unknown"
51-
},
52-
"MatStepper basic stepper should only be able to return to a previous step if it is editable": {
53-
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
54-
"notes": "Unknown"
55-
},
56-
"MatStepper linear stepper should not move to next step if current step is pending": {
57-
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
58-
"notes": "Unknown"
59-
},
60-
"MatStepper stepper with error state should show error state": {
61-
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
62-
"notes": "Unknown"
63-
},
64-
"MatStepper stepper with error state should respect a custom falsy hasError value": {
65-
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
66-
"notes": "Unknown"
67-
},
68-
"MatStepper stepper using Material UI Guideline logic should show done state when step is completed and its not the current step": {
69-
"error": "TypeError: Cannot read property 'nativeElement' of undefined",
70-
"notes": "Unknown"
71-
},
7244
"MatSidenav should be fixed position when in fixed mode": {
7345
"error": "Error: Expected ng-tns-c22979-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.",
7446
"notes": "FW-1132: Host class bindings don't work if super class has host class bindings"
@@ -93,10 +65,6 @@ window.testBlocklist = {
9365
"error": "Error: Expected 0 to be 3, 'Expect node expanded'.",
9466
"notes": "1) Breaking change: Content queries and descendants flag (fix test by removing <div> in NestedMatTreeAppWithToggle) - 2) Breaking change: Ivy inherits metadata from superclasses (remove (click) in MatTreeNodeToggle)"
9567
},
96-
"MatInput with textarea autosize should work in a step": {
97-
"error": "TypeError: Cannot read property 'getBoundingClientRect' of null",
98-
"notes": "Unknown"
99-
},
10068
"Dialog should set the proper animation states": {
10169
"error": "TypeError: Cannot read property 'componentInstance' of null",
10270
"notes": "FW-1059: DebugNode.query should query nodes in the logical tree"

0 commit comments

Comments
 (0)