summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authoralyssad@chromium.org <alyssad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-02 17:05:19 +0000
committeralyssad@chromium.org <alyssad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-02 17:05:19 +0000
commitc32d6697f54f96a4483301232870b5ec15d14e7c (patch)
treeda51d98e56e428a2ab0719e2dde4c85dc331e90d /chrome/test/functional
parent9ab379609e4c73d28341f1b0b44c3cfa7d6fc42f (diff)
downloadchromium_src-c32d6697f54f96a4483301232870b5ec15d14e7c.zip
chromium_src-c32d6697f54f96a4483301232870b5ec15d14e7c.tar.gz
chromium_src-c32d6697f54f96a4483301232870b5ec15d14e7c.tar.bz2
Fix pyauto AutoFill hook/test based on new CC functionality.
With this CL: http://codereview.chromium.org/3010041 credit cards were changed so that the type is determined based upon the number. Fixing the pyauto test to pass with new functionality. Review URL: http://codereview.chromium.org/3084004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r--chrome/test/functional/autofill.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/functional/autofill.py b/chrome/test/functional/autofill.py
index 0c68c22..53323e1 100644
--- a/chrome/test/functional/autofill.py
+++ b/chrome/test/functional/autofill.py
@@ -21,8 +21,7 @@ class AutoFillTest(pyauto.PyUITest):
'CREDIT_CARD_EXP_MONTH': '12',
'CREDIT_CARD_EXP_4_DIGIT_YEAR': '2011'},
{'label': 'Credit Card 2',
- 'CREDIT_CARD_NAME': 'Bob C. Smith',
- 'CREDIT_CARD_TYPE': 'Visa'}]
+ 'CREDIT_CARD_NAME': 'Bob C. Smith'}]
self.FillAutoFillProfile(profiles=profiles, credit_cards=credit_cards)
profile = self.GetAutoFillProfile()