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

Re-Enable testEditTextOnSingleURL on EG2

At the time there were various failures on iOS12. I can't repro locally now
I'll re-enable and monitor since I'm sheriffing.

Bug: 1049972
Change-Id: I0345fd704dcef24285d461ca07244baafb06c163
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090608
Auto-Submit: Sergio Collazos <sczs@chromium.org>
Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747487}
parent 0459ad31
...@@ -210,11 +210,12 @@ using chrome_test_util::TappableBookmarkNodeWithLabel; ...@@ -210,11 +210,12 @@ using chrome_test_util::TappableBookmarkNodeWithLabel;
// Verify Edit Text functionality on single URL selection. // Verify Edit Text functionality on single URL selection.
- (void)testEditTextOnSingleURL { - (void)testEditTextOnSingleURL {
// TODO(crbug.com/1049972): Re-enable on iOS 12. #if defined(CHROME_EARL_GREY_1)
// TODO(crbug.com/1035764): EG1 Test fails on iOS 12.
if (!base::ios::IsRunningOnIOS13OrLater()) { if (!base::ios::IsRunningOnIOS13OrLater()) {
EARL_GREY_TEST_DISABLED(@"EG1 Fails on iOS 12."); EARL_GREY_TEST_DISABLED(@"EG1 Fails on iOS 12.");
} }
#endif
[BookmarkEarlGrey setupStandardBookmarks]; [BookmarkEarlGrey setupStandardBookmarks];
[BookmarkEarlGreyUI openBookmarks]; [BookmarkEarlGreyUI openBookmarks];
[BookmarkEarlGreyUI openMobileBookmarks]; [BookmarkEarlGreyUI openMobileBookmarks];
......
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