Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6192)

Unified Diff: chrome/test/functional/passwords.py

Issue 10207002: Fix testNeverSavePasswords (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698