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

Unified Diff: chrome/test/data/webui/md_user_manager/create_profile_tests.js

Issue 1901853002: Import supervised user dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-confirmation-page
Patch Set: Addressed comments Created 4 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
Index: chrome/test/data/webui/md_user_manager/create_profile_tests.js
diff --git a/chrome/test/data/webui/md_user_manager/create_profile_tests.js b/chrome/test/data/webui/md_user_manager/create_profile_tests.js
index 4c4a9369c19173cb87dcbe933198e7c4575397ee..e6823adabe52bfe3b0424e21df8fb14796fd9315 100644
--- a/chrome/test/data/webui/md_user_manager/create_profile_tests.js
+++ b/chrome/test/data/webui/md_user_manager/create_profile_tests.js
@@ -112,6 +112,7 @@ cr.define('user_manager.create_profile_tests', function() {
assertEquals('profile name', args.profileName);
assertEquals('icon1.png', args.profileIconUrl);
assertFalse(args.isSupervised);
+ assertEquals('', args.supervisedUserId);
assertEquals('', args.custodianProfilePath);
});
});
@@ -209,6 +210,7 @@ cr.define('user_manager.create_profile_tests', function() {
assertEquals('profile name', args.profileName);
assertEquals('icon1.png', args.profileIconUrl);
assertTrue(args.isSupervised);
+ assertEquals('', args.supervisedUserId);
assertEquals('path/to/profile', args.custodianProfilePath);
});
});

Powered by Google App Engine
This is Rietveld 408576698