Status: Assigned
Owner: d
...@chromium.org
Labels: Type-Bug Pri-2 Area-UI OS-All pyauto_tests
New issue 131874 by nirnim...@chromium.org:
testNoOneClickInfobarAfterCancel is flaky
http://code.google.com/p/chromium/issues/detail?id=131874
I've seen this test fail several times in the last few weeks.
======================================================================
ERROR:
infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel: "Verify
one-click infobar does not appear again after clicking cancel."
----------------------------------------------------------------------
Traceback (most recent call last):
File "/b/build/slave/pyauto_mac_10_6/build/src/chrome/test/functional/infobars.p y",
line 273, in testNoOneClickInfobarAfterCancel
self._LogIntoGoogleAccount()
File "/b/build/slave/pyauto_mac_10_6/build/src/chrome/test/functional/infobars.p y",
line 209, in _LogIntoGoogleAccount
test_utils.GoogleAccountsLogin(self, username, password, tab_index,
windex)
File "/b/build/slave/pyauto_mac_10_6/build/src/chrome/test/functional/test_utils .py",
line 91, in GoogleAccountsLogin
test.assertTrue(test.SubmitForm('gaia_loginform', tab_index, windex))
File "src/chrome/test/functional/../pyautolib/pyauto.py", line 4010, in
SubmitForm
if self.ExecuteJavascript(js, tab_index, windex, frame_xpath) != 'done':
File "src/chrome/test/functional/../pyautolib/pyauto.py", line 3218, in
ExecuteJavascript
result = self._GetResultFromJSONRequest(cmd_dict)['result']
File "src/chrome/test/functional/../pyautolib/pyauto.py", line 1054, in
_GetResultFromJSONRequest
additional_info))
JSONInterfaceError: Automation call
{'frame_xpath': '', 'javascript': '\n
document.getElementById("gaia_loginform").submit();\n
window.addEventListener("unload", function() {\n
window.domAutomationController.send("done");\n
});\n ', 'command': 'ExecuteJavascript', 'tab_index': 0, 'windex': 0}
received empty response. Additional information:
The browser process ID 75613 no longer exists. Perhaps the browser crashed.