Index: chrome/test/functional/passwords.py |
diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py |
index 028ea5b70ad4f7adf18acee38befd479759263d9..fe95aaec4bb1db8261a79ebbc1da1434d3b4c901 100755 |
--- a/chrome/test/functional/passwords.py |
+++ b/chrome/test/functional/passwords.py |
@@ -156,7 +156,7 @@ class PasswordTest(pyauto.PyUITest): |
# Selecting 'Never for this site' option on password infobar. |
self.PerformActionOnInfobar( |
'cancel', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex( |
- self, self.INFOBAR_TYPE, tab_index=1)) |
+ self, self.INFOBAR_TYPE, tab_index=1), tab_index=1) |
# TODO: GetSavedPasswords() doesn't return anything when empty. |
# http://crbug.com/64603 |