From 1b82e11e690fc1b3a3ba95122d4e459cf0665740 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Tue, 12 Feb 2019 17:16:11 +0100 Subject: [PATCH] test(ivy): update root causes for autocomplete tests (#28657) Updates the root cause notes for the Material autocomplete tests. This PR resolves FW-1017. PR Close #28657 --- tools/material-ci/angular_material_test_blocklist.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index acf6d5c3f9..3bdb22e467 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -1947,11 +1947,11 @@ window.testBlocklist = { }, "MatAutocomplete aria should set role of autocomplete panel to listbox": { "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "Unknown" + "notes": "FW-1059: DebugNode.query should query nodes in the logical tree" }, "MatAutocomplete aria should set aria-owns based on the attached autocomplete": { "error": "TypeError: Cannot read property 'nativeElement' of null", - "notes": "Unknown" + "notes": "FW-1059: DebugNode.query should query nodes in the logical tree" }, "MatAutocomplete Fallback positions should use below positioning by default": { "error": "Error: Expected 739 to equal 438.", @@ -1963,7 +1963,7 @@ window.testBlocklist = { }, "MatAutocomplete Option selection should handle `optionSelections` being accessed too early": { "error": "TypeError: Cannot read property 'autocomplete' of undefined", - "notes": "Unknown" + "notes": "FW-1019: Design new API to replace static queries" }, "MatAutocomplete should be able to set a custom panel connection element": { "error": "Error: Expected 665 to be 827, 'Expected autocomplete panel to align with the bottom of the new origin.'.", @@ -3210,4 +3210,4 @@ window.testBlocklist = { "notes": "Unknown" } }; -// clang-format on \ No newline at end of file +// clang-format on