Commit 30e1dd18 authored by David Jean's avatar David Jean Committed by Commit Bot

[ios] add credit card test for manual fallback

Also adds AutofillManualFallbackPhaseTwo to test bots.

Bug: 845472
Change-Id: I6bd05781c09c24c0768e24acfe59efa7ce1da05d
Reviewed-on: https://chromium-review.googlesource.com/c/1337347Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJavier Ernesto Flores Robles <javierrobles@chromium.org>
Commit-Queue: David Jean <djean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611171}
parent ea6a3598
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
{ {
"app": "ios_chrome_manual_fill_egtests", "app": "ios_chrome_manual_fill_egtests",
"test args": [ "test args": [
"--enable-features=AutofillManualFallback,WebFrameMessaging" "--enable-features=AutofillManualFallback,AutofillManualFallbackPhaseTwo,WebFrameMessaging"
], ],
"xctest": true "xctest": true
}, },
......
...@@ -184,6 +184,7 @@ source_set("eg_tests") { ...@@ -184,6 +184,7 @@ source_set("eg_tests") {
configs += [ "//build/config/compiler:enable_arc" ] configs += [ "//build/config/compiler:enable_arc" ]
testonly = true testonly = true
sources = [ sources = [
"card_view_controller_egtest.mm",
"keyboard_observer_egtest.mm", "keyboard_observer_egtest.mm",
"password_view_controller_egtest.mm", "password_view_controller_egtest.mm",
] ]
...@@ -192,10 +193,13 @@ source_set("eg_tests") { ...@@ -192,10 +193,13 @@ source_set("eg_tests") {
":manual_fill_ui", ":manual_fill_ui",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
"//components/autofill/core/common", "//components/autofill/core/common",
"//components/autofill/ios/browser", "//components/autofill/ios/browser",
"//components/keyed_service/core", "//components/keyed_service/core",
"//components/password_manager/core/browser", "//components/password_manager/core/browser",
"//ios/chrome/browser/autofill",
"//ios/chrome/browser/passwords", "//ios/chrome/browser/passwords",
"//ios/chrome/browser/ui/util", "//ios/chrome/browser/ui/util",
"//ios/chrome/test/app:test_support", "//ios/chrome/test/app:test_support",
......
...@@ -20,7 +20,6 @@ class CreditCard; ...@@ -20,7 +20,6 @@ class CreditCard;
namespace manual_fill { namespace manual_fill {
extern NSString* const ManageCardsAccessibilityIdentifier; extern NSString* const ManageCardsAccessibilityIdentifier;
extern NSString* const OtherCardsAccessibilityIdentifier;
} // namespace manual_fill } // namespace manual_fill
// Object in charge of getting the cards relevant for the manual fill // Object in charge of getting the cards relevant for the manual fill
......
...@@ -703,7 +703,7 @@ ...@@ -703,7 +703,7 @@
"label": "//ios/chrome/test/earl_grey:ios_chrome_manual_fill_egtests", "label": "//ios/chrome/test/earl_grey:ios_chrome_manual_fill_egtests",
"type": "raw", "type": "raw",
"args": [ "args": [
"--enable-features=AutofillManualFallback,WebFrameMessaging", "--enable-features=AutofillManualFallback,AutofillManualFallbackPhaseTwo,WebFrameMessaging",
], ],
}, },
"ios_chrome_reading_list_egtests": { "ios_chrome_reading_list_egtests": {
......
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