Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: ios/web/shell/test/context_menu_egtest.mm

Issue 2623333004: Update EarlGrey bug references for device tests. (Closed)
Patch Set: revert PageState change Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/context_menu_egtest.mm
diff --git a/ios/web/shell/test/context_menu_egtest.mm b/ios/web/shell/test/context_menu_egtest.mm
index 9b10422c54d4757f627bfeb6730ae769206145ef..cc1d25bc6c95f66ef73707333e0165301038f04d 100644
--- a/ios/web/shell/test/context_menu_egtest.mm
+++ b/ios/web/shell/test/context_menu_egtest.mm
@@ -33,7 +33,7 @@ using testing::elementToDismissContextMenu;
@implementation ContextMenuTestCase
-// TODO(crbug.com/675015): Re-enable this test on device.
+// TODO(crbug.com/675399): Re-enable this test on device.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testContextMenu testContextMenu
#else
@@ -75,7 +75,7 @@ using testing::elementToDismissContextMenu;
[[EarlGrey selectElementWithMatcher:copyItem] assertWithMatcher:grey_nil()];
}
-// TODO(crbug.com/675015): Re-enable this test on device.
+// TODO(crbug.com/675399): Re-enable this test on device.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testContextMenuWebkitTouchCalloutNone \
testContextMenuWebkitTouchCalloutNone
@@ -112,7 +112,7 @@ using testing::elementToDismissContextMenu;
[[EarlGrey selectElementWithMatcher:copyItem] assertWithMatcher:grey_nil()];
}
-// TODO(crbug.com/675015): Re-enable this test on device.
+// TODO(crbug.com/675399): Re-enable this test on device.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testContextMenuWebkitTouchCalloutNoneFromAncestor \
testContextMenuWebkitTouchCalloutNoneFromAncestor
@@ -151,7 +151,7 @@ using testing::elementToDismissContextMenu;
[[EarlGrey selectElementWithMatcher:copyItem] assertWithMatcher:grey_nil()];
}
-// TODO(crbug.com/675015): Re-enable this test on device.
+// TODO(crbug.com/675399): Re-enable this test on device.
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_testContextMenuWebkitTouchCalloutOverride \
testContextMenuWebkitTouchCalloutOverride
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698