Index: tools/telemetry/telemetry/core/backends/chrome/oobe.py |
diff --git a/tools/telemetry/telemetry/core/backends/chrome/oobe.py b/tools/telemetry/telemetry/core/backends/chrome/oobe.py |
index 60abfd9accbf7ccfca6204e884ec666434759c63..32097368efaa018f7caa950203294a0a5f09c22a 100644 |
--- a/tools/telemetry/telemetry/core/backends/chrome/oobe.py |
+++ b/tools/telemetry/telemetry/core/backends/chrome/oobe.py |
@@ -74,6 +74,7 @@ class Oobe(web_contents.WebContents): |
def NavigateGaiaLogin(self, username, password): |
"""Logs in using the GAIA webview or IFrame, whichever is |
present.""" |
+ self._ExecuteOobeApi('Oobe.skipToLoginForTesting') |
def _GetGaiaFunction(): |
self._ExecuteOobeApi('Oobe.showAddUserForTesting') |
if self._GaiaIFrameContext() is not None: |