• dpapad's avatar
    WebUI Polymer 2: Fixing some Settings tests to work with Polymer 2, part 1. · d33d841b
    dpapad authored
    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: default avatarRebekah Potter <rbpotter@chromium.org>
    Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#568255}
    d33d841b
prefs_tests.js 5.55 KB