Commit 5e8f9218 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

[ios] Disable failing autofill tests.

TBR: sczs@chromium.org
Bug: 866730
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ibc3828d336d5f6247f2a656d747e35847f86fd70
Reviewed-on: https://chromium-review.googlesource.com/1147701Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577384}
parent fd3664c0
......@@ -127,6 +127,9 @@ NSString* GetTextFieldForID(int categoryId) {
// Test that submitting a form ensures saving the data as an autofill profile.
- (void)testAutofillProfileSaving {
// TODO(crbug.com/866730): Re-enable when fixed
EARL_GREY_TEST_DISABLED(@"Test broken.");
[self loadAndSubmitTheForm];
[self openEditAddress:@"George Washington, 1600 Pennsylvania Ave NW"];
......@@ -147,6 +150,9 @@ NSString* GetTextFieldForID(int categoryId) {
// Test that editing country names is followed by validating the value and
// replacing it with a canonical one.
- (void)testAutofillProfileEditing {
// TODO(crbug.com/866730): Re-enable when fixed
EARL_GREY_TEST_DISABLED(@"Test broken.");
[self loadAndSubmitTheForm];
[self openEditAddress:@"George Washington, 1600 Pennsylvania Ave NW"];
......@@ -181,6 +187,9 @@ NSString* GetTextFieldForID(int categoryId) {
// Test that the page for viewing autofill profile details is accessible.
- (void)testAccessibilityOnAutofillProfileViewPage {
// TODO(crbug.com/866730): Re-enable when fixed
EARL_GREY_TEST_DISABLED(@"Test broken.");
[self loadAndSubmitTheForm];
[self openEditAddress:@"George Washington, 1600 Pennsylvania Ave NW"];
chrome_test_util::VerifyAccessibilityForCurrentScreen();
......@@ -190,6 +199,9 @@ NSString* GetTextFieldForID(int categoryId) {
// Test that the page for editing autofill profile details is accessible.
- (void)testAccessibilityOnAutofillProfileEditPage {
// TODO(crbug.com/866730): Re-enable when fixed
EARL_GREY_TEST_DISABLED(@"Test broken.");
[self loadAndSubmitTheForm];
[self openEditAddress:@"George Washington, 1600 Pennsylvania Ave NW"];
// Switch on edit mode.
......@@ -204,6 +216,9 @@ NSString* GetTextFieldForID(int categoryId) {
// Checks that if the autofill profiles and credit cards list view is in edit
// mode, the "autofill" and "wallet" switch items are disabled.
- (void)testListViewEditMode {
// TODO(crbug.com/866730): Re-enable when fixed
EARL_GREY_TEST_DISABLED(@"Test broken.");
[self loadAndSubmitTheForm];
[ChromeEarlGreyUI openSettingsMenu];
......
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