Index: functional/netflix.py |
=================================================================== |
--- functional/netflix.py (revision 112384) |
+++ functional/netflix.py (working copy) |
@@ -48,7 +48,9 @@ |
self._pyauto.assertEqual(self._pyauto.ExecuteJavascript(login_js), 'ok', |
msg='Failed to set login credentials.') |
self._pyauto.assertTrue(self._pyauto.SubmitForm('login-form'), |
- msg='Login to Netflix failed.') |
+ msg='Login to Netflix failed. We think this is an authetication ' |
+ 'problem from Netflix side. Sometimes we also see this while login ' |
krisr
2011/12/01 03:10:14
from the Netflix side.
while logging in manually.
|
+ 'manually.') |
def _GetVideoDroppedFrames(self, tab_index=0, windex=0): |
"""Returns total Netflix video dropped frames.""" |