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 |