Remove QuickView tests from UI test framework
QuickView involves <webview> and they're secure, chrome extension-only elements. QuickView is now covered by integration tests which use real <webview> elements and run with full chrome security. The UI test framework does not support <webview> and runs without full chrome security (--disable-web-security) as discussed in [1]. [1] https://bit.ly/2AUVGvK Bug: 891150 Change-Id: I0bc55495d781b353d8284adfad7ef5877cda9ffa Reviewed-on: https://chromium-review.googlesource.com/c/1328625Reviewed-by:Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#610343}
Showing
Please register or sign in to comment