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

Unified Diff: ios/chrome/browser/translate/translate_egtest.mm

Issue 2829633002: [ios] Create a new EG test suite for test depending on network. (Closed)
Patch Set: Created 3 years, 8 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 | « ios/chrome/browser/translate/BUILD.gn ('k') | ios/chrome/test/earl_grey/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/translate/translate_egtest.mm
diff --git a/ios/chrome/browser/translate/translate_egtest.mm b/ios/chrome/browser/translate/translate_egtest.mm
index 371d7e996bec067060140799ab1374289715aec2..8187888b9e9c7f91ad27711888aed1b217f28a4c 100644
--- a/ios/chrome/browser/translate/translate_egtest.mm
+++ b/ios/chrome/browser/translate/translate_egtest.mm
@@ -558,11 +558,6 @@ using translate::LanguageDetectionController;
// Tests that the language detection infobar is displayed.
- (void)testLanguageDetectionInfobar {
-// TODO(crbug.com/709131): Evaluate and re-enable this test if necessary.
-#if !TARGET_IPHONE_SIMULATOR
- EARL_GREY_TEST_DISABLED(@"Test disabled on device.");
-#endif
-
// The translate machinery will not auto-fire without API keys, unless that
// behavior is overridden for testing.
translate::TranslateManager::SetIgnoreMissingKeyForTesting(true);
@@ -717,11 +712,6 @@ using translate::LanguageDetectionController;
// Tests that translation occurs automatically on second navigation to an
// already translated page.
- (void)testAutoTranslate {
-// TODO(crbug.com/709131): Evaluate and re-enable this test if necessary.
-#if !TARGET_IPHONE_SIMULATOR
- EARL_GREY_TEST_DISABLED(@"Test disabled on device.");
-#endif
-
// The translate machinery will not auto-fire without API keys, unless that
// behavior is overridden for testing.
translate::TranslateManager::SetIgnoreMissingKeyForTesting(true);
« no previous file with comments | « ios/chrome/browser/translate/BUILD.gn ('k') | ios/chrome/test/earl_grey/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698