Commit 2d12f816 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Reduce flakiness of tests relying on proceeding upon network connection

Fixed: 1069098
Fixed: 1068868
Change-Id: Ie16fdd37bd551ba637856034dea681741e371d9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148736Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758830}
parent 1eac7d31
...@@ -113,8 +113,8 @@ Polymer({ ...@@ -113,8 +113,8 @@ Polymer({
* @private * @private
*/ */
onShown_() { onShown_() {
this.$.networkSelectLogin.refresh();
this.async(function() { this.async(function() {
this.$.networkSelectLogin.refresh();
if (this.isConnected_) if (this.isConnected_)
this.$.nextButton.focus(); this.$.nextButton.focus();
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment