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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_browsertest.js

Issue 495843003: Handle a non-existing promise when receiving a signin error in the SupervisedUserListData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reenable Created 6 years, 4 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 | « chrome/browser/resources/options/supervised_user_list_data.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/manage_profile_browsertest.js
diff --git a/chrome/browser/ui/webui/options/manage_profile_browsertest.js b/chrome/browser/ui/webui/options/manage_profile_browsertest.js
index a0d2301cf1bfa11c713ae46723120edd1bc78ed5..4e0cca55dcf3533928702f19f220e260f0d15b4e 100644
--- a/chrome/browser/ui/webui/options/manage_profile_browsertest.js
+++ b/chrome/browser/ui/webui/options/manage_profile_browsertest.js
@@ -341,14 +341,7 @@ TEST_F('ManageProfileUITest', 'NoCreateConfirmationOnError', function() {
});
// The name and email should be inserted into the confirmation dialog.
-// Disbaled because of flakiness on Mac: crbug.com/405709
-GEN('#if defined(OS_MACOSX)');
-GEN('#define MAYBE_CreateConfirmationText \\');
-GEN(' DISABLED_CreateConfirmationText');
-GEN('#else');
-GEN('#define MAYBE_CreateConfirmationText CreateConfirmationText');
-GEN('#endif');
-TEST_F('ManageProfileUITest', 'MAYBE_CreateConfirmationText', function() {
+TEST_F('ManageProfileUITest', 'CreateConfirmationText', function() {
var self = this;
var custodianEmail = 'foo@example.com';
« no previous file with comments | « chrome/browser/resources/options/supervised_user_list_data.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698