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

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

Issue 834673005: chrome://settings should allow duplicate profile names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix browser test Created 5 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
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 4e0cca55dcf3533928702f19f220e260f0d15b4e..d69039b2688b81a0d23a0b6dccf5e12c236f9012 100644
--- a/chrome/browser/ui/webui/options/manage_profile_browsertest.js
+++ b/chrome/browser/ui/webui/options/manage_profile_browsertest.js
@@ -252,7 +252,7 @@ TEST_F('ManageProfileUITestAsync', 'CreateExistingSupervisedUser', function() {
ManageProfileOverlay.getInstance().onNameChanged_('create');
return options.SupervisedUserListData.getInstance().promise_;
}).then(function() {
- assertTrue($('create-profile-ok').disabled);
+ assertFalse($('create-profile-ok').disabled);
assertTrue($('supervised-user-import-existing') == null);
// A profile which does not exist on the device, but there is a profile with
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.js ('k') | chrome/browser/ui/webui/options/manage_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698