Commit 51676556 authored by sczs's avatar sczs Committed by Commit Bot

[ios] Disables autofill tests

TBR = alfonsogarza@google.com

Bug: 1108809
Change-Id: I68c5aefe6680a6740a77c18c04d784de7fe05a4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316149Reviewed-by: default avatarSergio Collazos <sczs@chromium.org>
Reviewed-by: default avatarJared Saul <jsaul@google.com>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791554}
parent db70952d
...@@ -203,7 +203,8 @@ id<GREYMatcher> CardNumberIconView(NSString* icon_type) { ...@@ -203,7 +203,8 @@ id<GREYMatcher> CardNumberIconView(NSString* icon_type) {
// Tests when a user tries to add an invalid card nickname, the "Add" button is // Tests when a user tries to add an invalid card nickname, the "Add" button is
// not enabled. // not enabled.
- (void)testAddButtonDisabledOnInvalidNickname { // TODO(crbug.com/1108809): Re-enable the test
- (void)DISABLED_testAddButtonDisabledOnInvalidNickname {
[[EarlGrey selectElementWithMatcher:CardNumberTextField()] [[EarlGrey selectElementWithMatcher:CardNumberTextField()]
performAction:grey_typeText(@"4111111111111111")]; performAction:grey_typeText(@"4111111111111111")];
[[EarlGrey selectElementWithMatcher:MonthOfExpiryTextField()] [[EarlGrey selectElementWithMatcher:MonthOfExpiryTextField()]
......
...@@ -98,7 +98,8 @@ id<GREYMatcher> NavigationBarEditButton() { ...@@ -98,7 +98,8 @@ id<GREYMatcher> NavigationBarEditButton() {
} }
// Tests that invalid nicknames are not allowed when editing a card. // Tests that invalid nicknames are not allowed when editing a card.
- (void)testInvalidNickname { // TODO(crbug.com/1108809): Re-enable the test.
- (void)DISABLED_testInvalidNickname {
[[EarlGrey selectElementWithMatcher:NicknameTextField()] [[EarlGrey selectElementWithMatcher:NicknameTextField()]
performAction:grey_typeText(@"1233")]; performAction:grey_typeText(@"1233")];
......
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