Commit 82b432e5 authored by Lindsay Pasricha's avatar Lindsay Pasricha Committed by Commit Bot

[ios] Disable AutofillProfileSettingsTestCase testAutofillProfileEditing on iOS12.2

Bug: 946891
Change-Id: I242023b9581a7e0e6515f5b2cac93e27cee887f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542428Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645347}
parent 423d2704
......@@ -4,6 +4,7 @@
#import <XCTest/XCTest.h>
#include "base/ios/ios_util.h"
#import "base/test/ios/wait_util.h"
#include "components/autofill/core/browser/autofill_profile.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
......@@ -193,6 +194,10 @@ id<GREYMatcher> NavigationBarEditButton() {
// Test that editing country names is followed by validating the value and
// replacing it with a canonical one.
- (void)testAutofillProfileEditing {
// TODO (crbug.com/946891) Re-enable once fixed on iOS12.2
if (base::ios::IsRunningOnOrLater(12, 2, 0)) {
EARL_GREY_TEST_DISABLED(@"Disabled on iOS 12,2.");
}
autofill::AutofillProfile profile = [self addAutofillProfile];
[self openEditProfile:kProfileLabel];
......@@ -263,6 +268,7 @@ id<GREYMatcher> NavigationBarEditButton() {
// profiles switch is disabled.
- (void)testListViewEditMode {
autofill::AutofillProfile profile = [self addAutofillProfile];
[self openAutofillProfilesSettings];
// Switch on edit mode.
......
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