Index: chrome/test/pyautolib/pyauto.py |
=================================================================== |
--- chrome/test/pyautolib/pyauto.py (revision 148522) |
+++ chrome/test/pyautolib/pyauto.py (working copy) |
@@ -4603,10 +4603,6 @@ |
Raises: |
pyauto_errors.JSONInterfaceError if the automation call returns an error. |
""" |
- # Go to the 'Add user' screen for login to work. |
- self.ExecuteJavascriptInOOBEWebUI( |
- 'Oobe.showSigninUI();' |
- 'window.domAutomationController.send("ok");') |
self._GetResultFromJSONRequest({'command': 'AddLoginEventObserver'}, |
windex=None) |
cmd_dict = { |