Commit f9e1a99a authored by Mohammad Refaat's avatar Mohammad Refaat Committed by Commit Bot

Update openIn eg test TODO to the correct bug number

Bug: 1135805
Change-Id: Ic1f1d7371b05bf54455884e2250e452884b8fc7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453447Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Auto-Submit: Mohammad Refaat <mrefaat@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814492}
parent 8b765055
......@@ -49,8 +49,8 @@ id<GREYMatcher> ShareMenuDismissButton() {
// Tests that open in button appears when opening a PDF, and that tapping on it
// will open the activity view.
- (void)testOpenIn {
// TODO(crbug.com/983135): The share menu displays in a popover on iPad, which
// causes this test to fail.
// TODO(crbug.com/1135805): The share menu displays in a popover on iPad,
// which causes this test to fail.
if ([ChromeEarlGrey isIPadIdiom]) {
EARL_GREY_TEST_DISABLED(@"Disabled on iPad");
}
......
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