Commit a37b55af authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

ios: Disable autofill emptynickname test.

TBR = alfonsogarza@google.com

Bug: 1108809
Change-Id: I94e5332ad2832f25671848ecfda233a6b45dc655
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418913Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Auto-Submit: Justin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808362}
parent a9fc4ecc
...@@ -103,7 +103,8 @@ id<GREYMatcher> NavigationBarEditButton() { ...@@ -103,7 +103,8 @@ id<GREYMatcher> NavigationBarEditButton() {
} }
// Tests that clearing a nickname is allowed. // Tests that clearing a nickname is allowed.
- (void)testEmptyNickname { // TODO(crbug.com/1108809): Re-enable the test.
- (void)DISABLED_testEmptyNickname {
[[EarlGrey selectElementWithMatcher:NicknameTextField()] [[EarlGrey selectElementWithMatcher:NicknameTextField()]
performAction:grey_typeText(@"To be removed")]; performAction:grey_typeText(@"To be removed")];
......
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