Commit ca3a84f7 authored by estade's avatar estade Committed by Commit bot

Autofill - Add Kohls test case

"Address lookup" messes up the address parsing.
The card type <select> also fails for some reason.

TBR=isherman@chromium.org
BUG=427622

Review URL: https://codereview.chromium.org/685493002

Cr-Commit-Position: refs/heads/master@{#301587}
parent 70fb5591
......@@ -281,4 +281,13 @@ IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
kFileNamePattern);
}
IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
MAYBE_DataDrivenHeuristics(22)) {
const base::FilePath::CharType kFileNamePattern[] =
FILE_PATH_LITERAL("22_*.html");
RunDataDrivenTest(GetInputDirectory(kTestName),
GetOutputDirectory(kTestName),
kFileNamePattern);
}
} // namespace autofill
NAME_FIRST | billing_firstname | First Name: | | billing_firstname_1-default
NAME_LAST | billing_lastname | Last Name: | | billing_firstname_1-default
ADDRESS_HOME_LINE1 | bill-addr-lookup | Address Lookup:(optional) | | billing_firstname_1-default
ADDRESS_HOME_LINE2 | billing_street | Address: | | billing_firstname_1-default
ADDRESS_HOME_LINE1 | billing_suite | Address 2:(optional) | | billing_suite_1-default
ADDRESS_HOME_CITY | billing_city | City: | | billing_suite_1-default
ADDRESS_HOME_STATE | billing_state | State: | | billing_suite_1-default
ADDRESS_HOME_ZIP | billing_zipcode | ZIP Code: | | billing_suite_1-default
PHONE_HOME_WHOLE_NUMBER | billing_phonenum | Contact Phone: | | billing_suite_1-default
EMAIL_ADDRESS | email_Txt | Email | | billing_suite_1-default
EMAIL_ADDRESS | re_Email_Txt | Confirm Email Address | | billing_suite_1-default
UNKNOWN_TYPE | emailOutPutStatus | Yes, sign me up for Sale Alerts. (optional) | true | billing_suite_1-default
UNKNOWN_TYPE | paymentType | | | paymentType_1-default
CREDIT_CARD_NAME | nameOnCard | Name on Card | | paymentType_1-cc
CREDIT_CARD_NUMBER | cardNumber | Card Number | | paymentType_1-cc
CREDIT_CARD_EXP_MONTH | expMonth | Expiration Month: | | paymentType_1-cc
CREDIT_CARD_EXP_4_DIGIT_YEAR | expYear | Expiration Year: | | paymentType_1-cc
UNKNOWN_TYPE | creditCardID | Credit Card ID | | paymentType_1-default
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment