Commit 9d34eea5 authored by Hui Yingst's avatar Hui Yingst Committed by Chromium LUCI CQ

[iOS]Re-enable [FallbackViewControllerTestCase...

[iOS]Re-enable [FallbackViewControllerTestCase testNormalFieldHasManualFallbackIconsAfterReadonlyField] for iPad testing.

[FallbackViewControllerTestCase
testNormalFieldHasManualFallbackIconsAfterReadonlyField] is only flaky
on iPad. This CL re-enable this test for iPhone.

Bug: 1162301
Change-Id: I8b53271babcca2b561ecf9b8169eaa3b83dc18b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606626
Commit-Queue: Hui Yingst <nigi@chromium.org>
Commit-Queue: Javier Flores <javierrobles@chromium.org>
Reviewed-by: default avatarJavier Flores <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839662}
parent 9f859c6b
...@@ -84,8 +84,13 @@ constexpr char kFormHTMLFile[] = "/readonly_form.html"; ...@@ -84,8 +84,13 @@ constexpr char kFormHTMLFile[] = "/readonly_form.html";
// Tests that normal fields have Manual Fallback icons after tapping a readonly // Tests that normal fields have Manual Fallback icons after tapping a readonly
// field. // field.
// TODO(crbug.com/1162301): Re-enable this test after fixing this issue. - (void)testNormalFieldHasManualFallbackIconsAfterReadonlyField {
- (void)DISABLED_testNormalFieldHasManualFallbackIconsAfterReadonlyField { // TODO(crbug.com/1162301): Re-enable this test for iPad after fixing this
// issue.
if ([ChromeEarlGrey isIPadIdiom]) {
EARL_GREY_TEST_DISABLED(@"Test disabled on iPad.");
}
// Tap the readonly field. // Tap the readonly field.
[[EarlGrey selectElementWithMatcher:chrome_test_util::WebViewMatcher()] [[EarlGrey selectElementWithMatcher:chrome_test_util::WebViewMatcher()]
performAction:TapWebElementWithId(kFormElementReadonly)]; performAction:TapWebElementWithId(kFormElementReadonly)];
......
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