Fixing the Remote Desktop BrowserTest Failure
Merge branch 'master' of https://chromium.googlesource.com/chromium/src Merge branch 'master' of https://chromium.googlesource.com/chromium/src The following code change introduced an issue: https://codereview.chromium.org/1554313002 There a couple of issues causing the problem. 1. One is the conditional waiter for HostOnline having short timeout. This is addressed by increasing the timeout. 2. Second issue is that, the following line times out and there by resulting in Chromoting waterfall failure. This is changed to ExecuteScript, since we don't need to validate the result from Refreshing the Chromoting Window. From: bool refresh_host_list = ExecuteScriptAndExtractBool("remoting.hostList.refreshAndDisplay()"); To: ExecuteScript("remoting.hostList.refreshAndDisplay()"); BUG=577465 Review URL: https://codereview.chromium.org/1607143002 Cr-Commit-Position: refs/heads/master@{#370798}
Showing
Please register or sign in to comment