WebUI Polymer 2: Fixing some Settings tests to work with Polymer 2, part 1.
CrElementsLazyRenderTest.All CrElementsPolicyIndicatorBehaviorTest.All CrSettingsDropdownMenuTest.All CrSettingsPeoplePageTest.All CrSettingsPrefsTest.All CrSettingsSystemPageTest.All Note that in Polymer 2 (unlike Polymer 1), an element's local DOM is not ready, until after the element is attached to the document. Several tests currently: - Either test UI elements not in the document, or - Interact with UI elements before they are appended to the document. which leads to failures. Bug: 738611 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If8b05c283afa18b0e08b16365d1a8f53352765e6 Reviewed-on: https://chromium-review.googlesource.com/1098299Reviewed-by:Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568255}
Showing
Please register or sign in to comment