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

Unified Diff: ios/chrome/browser/ui/first_run/first_run_egtest.mm

Issue 2859723003: Fix disabled test method name format. (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/ui/authentication/signin_interaction_controller_egtest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/first_run/first_run_egtest.mm
diff --git a/ios/chrome/browser/ui/first_run/first_run_egtest.mm b/ios/chrome/browser/ui/first_run/first_run_egtest.mm
index 406fcdce0b7487f8d8d8e63968b9f2fcf2eb6f5a..5476786fb4f243401e53bfd9bdc1040b95b4f84c 100644
--- a/ios/chrome/browser/ui/first_run/first_run_egtest.mm
+++ b/ios/chrome/browser/ui/first_run/first_run_egtest.mm
@@ -217,7 +217,7 @@ void AssertAuthenticatedIdentityInActiveProfile(ChromeIdentity* identity) {
// Signs in to an account and then taps the Advanced link to go to settings.
// TODO(crbug.com/718023): Re-enable test.
-- (void)testSignInAndTapSettingsLink_DISABLED {
+- (void)DISABLED_testSignInAndTapSettingsLink {
ChromeIdentity* identity = GetFakeIdentity();
ios::FakeChromeIdentityService::GetInstanceFromChromeProvider()->AddIdentity(
identity);
« no previous file with comments | « ios/chrome/browser/ui/authentication/signin_interaction_controller_egtest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698