Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(ivy): update blocklist to turn on passing tests #29300

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions tools/material-ci/angular_material_test_blocklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <div> 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": {
Expand Down Expand Up @@ -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 <div> 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"
Expand Down